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 {
25
25
ChartTooltipContent ,
26
26
} from "@/components/ui/chart" ;
27
27
import discordLogo from "@/public/icon/discord.svg" ;
28
+ import Footer from "../_components/footer" ;
28
29
29
30
interface AnalyticsData {
30
31
date : string ;
@@ -2106,6 +2107,7 @@ export default function AnalyticsPage() {
2106
2107
</ div >
2107
2108
</ div >
2108
2109
</ div >
2110
+ < Footer />
2109
2111
</ div >
2110
2112
) ;
2111
2113
}
Original file line number Diff line number Diff line change 2
2
3
3
import { Terminal } from "lucide-react" ;
4
4
import ShowcaseItem from "./_components/ShowcaseItem" ;
5
+ import Footer from "../_components/footer" ;
5
6
6
7
const showcaseProjects = [
7
8
{
@@ -121,6 +122,7 @@ export default function ShowcasePage() {
121
122
</ div >
122
123
</ div >
123
124
</ div >
125
+ < Footer />
124
126
</ main >
125
127
) ;
126
128
}
You can’t perform that action at this time.
0 commit comments