Skip to content

Commit ec8274b

Browse files
committed
🪕📪 ↝ [SSG-270]: Notification button had previously been hidden
1 parent 04c605c commit ec8274b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import ProfileSetupRequired from "@/src/components/profile/setup/ProfileSetupReq
2929
import LegacyTipsPanel from "@/src/components/profile/dashboard/LegacyTipsPanel";
3030
import LegacyMilestonesSection from "@/src/components/profile/dashboard/LegacyMilestonesSection";
3131
import RecentDiscoveries from "@/src/components/social/activity/RecentDiscoveries";
32+
import NotificationSubscribeButton from "@/src/components/providers/NotificationSubscribeButton";
3233

3334
// Import custom hooks
3435
import { usePageData } from "@/hooks/usePageData";
@@ -160,6 +161,9 @@ export default function ActivityPage() {
160161
incompletePlanet={incompletePlanet}
161162
/>
162163

164+
{/* Notification Subscription */}
165+
<NotificationSubscribeButton />
166+
163167
{/* Next Steps Guide - PRIORITY #1 for new users */}
164168
{/* <NextStepsSection
165169
incompletePlanet={incompletePlanet}

0 commit comments

Comments
 (0)