upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 126e30393b - Show all commits

View File

@ -21,7 +21,9 @@ export default function Footer() {
<Link href="/">{siteMetadata.title}</Link> <Link href="/">{siteMetadata.title}</Link>
</div> </div>
<div className="text-sm text-gray-500 dark:text-gray-400 mb-8"> <div className="text-sm text-gray-500 dark:text-gray-400 mb-8">
<Link href="/">Tailwind Nextjs Theme</Link> <Link href="https://github.com/timlrx/tailwind-nextjs-starter-blog">
Tailwind Nextjs Theme
</Link>
</div> </div>
</footer> </footer>
) )