mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): add Footer component to Analytics and Showcase pages
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
import { Terminal } from "lucide-react";
|
||||
import ShowcaseItem from "./_components/ShowcaseItem";
|
||||
import Footer from "../_components/footer";
|
||||
|
||||
const showcaseProjects = [
|
||||
{
|
||||
@@ -121,6 +122,7 @@ export default function ShowcasePage() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user