File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import {
2525 ChartTooltipContent ,
2626} from "@/components/ui/chart" ;
2727import discordLogo from "@/public/icon/discord.svg" ;
28+ import Footer from "../_components/footer" ;
2829
2930interface AnalyticsData {
3031 date : string ;
@@ -2106,6 +2107,7 @@ export default function AnalyticsPage() {
21062107 </ div >
21072108 </ div >
21082109 </ div >
2110+ < Footer />
21092111 </ div >
21102112 ) ;
21112113}
Original file line number Diff line number Diff line change 22
33import { Terminal } from "lucide-react" ;
44import ShowcaseItem from "./_components/ShowcaseItem" ;
5+ import Footer from "../_components/footer" ;
56
67const showcaseProjects = [
78 {
@@ -121,6 +122,7 @@ export default function ShowcasePage() {
121122 </ div >
122123 </ div >
123124 </ div >
125+ < Footer />
124126 </ main >
125127 ) ;
126128}
You can’t perform that action at this time.
0 commit comments