We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de500f commit 1a311d4Copy full SHA for 1a311d4
components/Footer.tsx
@@ -20,16 +20,11 @@ export default function Footer() {
20
<SocialIcon kind="medium" href={siteMetadata.medium} size={6} />
21
</div>
22
<div className="mb-2 flex space-x-2 text-sm text-gray-500 dark:text-gray-400">
23
- <div>{siteMetadata.author}</div>
24
- <div>{` • `}</div>
25
<div>{`© ${new Date().getFullYear()}`}</div>
26
27
- <Link href="/">{siteMetadata.title}</Link>
+ <div>{siteMetadata.author}</div>
28
29
<div className="mb-8 text-sm text-gray-500 dark:text-gray-400">
30
- <Link href="https://github.com/timlrx/tailwind-nextjs-starter-blog">
31
- Tailwind Nextjs Theme
32
- </Link>
+ <Link href="/">{siteMetadata.title}</Link>
33
34
35
</footer>
0 commit comments