From 9b5b21381f2add713b6c3540634fd69859357abd Mon Sep 17 00:00:00 2001 From: weeihan Date: Thu, 9 Jul 2026 21:37:23 +0800 Subject: [PATCH] chore: fix layout metadata and mark Task 1 complete in ledger --- .superpowers/sdd/progress.md | 2 +- app/layout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.superpowers/sdd/progress.md b/.superpowers/sdd/progress.md index 8fe8c07..115199b 100644 --- a/.superpowers/sdd/progress.md +++ b/.superpowers/sdd/progress.md @@ -5,7 +5,7 @@ Started: 2026-07-09 ## Tasks -- [ ] Task 1: Scaffold Next.js + Supabase clients +- [x] Task 1: Scaffold Next.js + Supabase clients (commit f83686f, review clean) - [ ] Task 2: Role types + middleware - [ ] Task 3: Database migrations (8 SQL files) - [ ] Task 4: Apply migrations to Supabase cloud (USER ACTION REQUIRED) diff --git a/app/layout.tsx b/app/layout.tsx index 976eb90..81e392a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "IMS — HSE Incident Management", + description: "Setia Corporation HSE Incident Management System", }; export default function RootLayout({