From 06fe4e6d3291457d8a1f5f20b77c80b01c3bb12c Mon Sep 17 00:00:00 2001 From: C Date: Tue, 31 Jan 2023 06:47:28 +0900 Subject: [PATCH] footer absolute --- src/components/Footer.tsx | 181 +++++++++++++++++++++++++------------ src/pages/_app.tsx | 1 + src/views/basics/index.tsx | 2 +- src/views/home/index.tsx | 2 +- 4 files changed, 126 insertions(+), 60 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 8f79e0501..ea86582e2 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,67 +1,132 @@ import { FC } from 'react'; - +import Link from 'next/link'; export const Footer: FC = () => { return (
-
); }; diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index b6461a4d3..7581ce9bd 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -15,6 +15,7 @@ const App: FC = ({ Component, pageProps }) => { Solana Scaffold Lite +
diff --git a/src/views/basics/index.tsx b/src/views/basics/index.tsx index a068ab32f..5b1aa4aa0 100644 --- a/src/views/basics/index.tsx +++ b/src/views/basics/index.tsx @@ -9,7 +9,7 @@ export const BasicsView: FC = ({ }) => { return (
-

+

Basics

{/* CONTENT GOES HERE */} diff --git a/src/views/home/index.tsx b/src/views/home/index.tsx index 8e720bade..4ab723f06 100644 --- a/src/views/home/index.tsx +++ b/src/views/home/index.tsx @@ -30,7 +30,7 @@ export const HomeView: FC = ({ }) => {
-

+

Scaffold Lite v{pkg.version}