From 4b504cd4622f1785baa8244070fbe2800a19b009 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Sun, 27 Jul 2025 23:58:44 +0530 Subject: [PATCH] feat(web): add Footer component to Analytics and Showcase pages --- apps/web/src/app/(home)/analytics/page.tsx | 2 ++ apps/web/src/app/(home)/showcase/page.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/web/src/app/(home)/analytics/page.tsx b/apps/web/src/app/(home)/analytics/page.tsx index 473f223..a0df8fd 100644 --- a/apps/web/src/app/(home)/analytics/page.tsx +++ b/apps/web/src/app/(home)/analytics/page.tsx @@ -25,6 +25,7 @@ import { ChartTooltipContent, } from "@/components/ui/chart"; import discordLogo from "@/public/icon/discord.svg"; +import Footer from "../_components/footer"; interface AnalyticsData { date: string; @@ -2106,6 +2107,7 @@ export default function AnalyticsPage() { +