diff --git a/components/Footer.tsx b/components/Footer.tsx index 4e45fb1..8c92be0 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -8,24 +8,21 @@ export default function Footer() {
- + - + + +
-
+
{siteMetadata.author}
{` • `}
{`© ${new Date().getFullYear()}`}
{` • `}
{siteMetadata.title}
-
- - Tailwind Nextjs Theme - -
) diff --git a/components/LayoutWrapper.tsx b/components/LayoutWrapper.tsx index 08ef946..20ee3ae 100644 --- a/components/LayoutWrapper.tsx +++ b/components/LayoutWrapper.tsx @@ -5,7 +5,6 @@ import Link from './Link' import SectionContainer from './SectionContainer' import Footer from './Footer' import MobileNav from './MobileNav' -import ThemeSwitch from './ThemeSwitch' import { ReactNode } from 'react' interface Props { @@ -45,7 +44,6 @@ const LayoutWrapper = ({ children }: Props) => { ))}
- diff --git a/components/ScrollTopAndComment.tsx b/components/ScrollTopAndComment.tsx index f0082be..30e6883 100644 --- a/components/ScrollTopAndComment.tsx +++ b/components/ScrollTopAndComment.tsx @@ -1,3 +1,4 @@ +import siteMetadata from '@/data/siteMetadata' import { useEffect, useState } from 'react' const ScrollTopAndComment = () => { @@ -23,20 +24,22 @@ const ScrollTopAndComment = () => {