diff --git a/src/app/(app)/page.tsx b/src/app/(app)/page.tsx index 26135fd..6e7c3da 100644 --- a/src/app/(app)/page.tsx +++ b/src/app/(app)/page.tsx @@ -110,8 +110,8 @@ function Mobile() { ) : ( -
-
+
+

Activity Feed

diff --git a/src/app/metadata.ts b/src/app/metadata.ts index 95b6438..b3c3c69 100644 --- a/src/app/metadata.ts +++ b/src/app/metadata.ts @@ -24,4 +24,8 @@ export const metadata: Metadata = { }, ], }, + icons: { + icon: "/cappylogosmall.png", // Default icon for the app + apple: "/cappylogosmall.png", // Apple-specific icon + }, }; \ No newline at end of file