File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import ProfileSetupRequired from "@/src/components/profile/setup/ProfileSetupReq
2929import LegacyTipsPanel from "@/src/components/profile/dashboard/LegacyTipsPanel" ;
3030import LegacyMilestonesSection from "@/src/components/profile/dashboard/LegacyMilestonesSection" ;
3131import RecentDiscoveries from "@/src/components/social/activity/RecentDiscoveries" ;
32+ import NotificationSubscribeButton from "@/src/components/providers/NotificationSubscribeButton" ;
3233
3334// Import custom hooks
3435import { 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}
You can’t perform that action at this time.
0 commit comments