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,
|
ChartTooltipContent,
|
||||||
} from "@/components/ui/chart";
|
} from "@/components/ui/chart";
|
||||||
import discordLogo from "@/public/icon/discord.svg";
|
import discordLogo from "@/public/icon/discord.svg";
|
||||||
|
import Footer from "../_components/footer";
|
||||||
|
|
||||||
interface AnalyticsData {
|
interface AnalyticsData {
|
||||||
date: string;
|
date: string;
|
||||||
@@ -2106,6 +2107,7 @@ export default function AnalyticsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { Terminal } from "lucide-react";
|
import { Terminal } from "lucide-react";
|
||||||
import ShowcaseItem from "./_components/ShowcaseItem";
|
import ShowcaseItem from "./_components/ShowcaseItem";
|
||||||
|
import Footer from "../_components/footer";
|
||||||
|
|
||||||
const showcaseProjects = [
|
const showcaseProjects = [
|
||||||
{
|
{
|
||||||
@@ -121,6 +122,7 @@ export default function ShowcasePage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Footer />
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user