Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s
Some checks failed
Build docker container / build (push) Failing after 3m55s
This commit is contained in:
@ -25,9 +25,7 @@ export default function Footer() {
|
||||
<Link href="/">{siteMetadata.title}</Link>
|
||||
</div>
|
||||
<div className="mb-8 text-sm text-gray-500 dark:text-gray-400">
|
||||
<Link href="https://github.com/timlrx/tailwind-nextjs-starter-blog">
|
||||
Tailwind Nextjs Theme
|
||||
</Link>
|
||||
<Link href="https://github.com/timlrx/tailwind-nextjs-starter-blog">Theme</Link>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -28,8 +28,10 @@ const Header = () => {
|
||||
)}
|
||||
</div>
|
||||
</Link>
|
||||
{/* Changed this so I can get all of my links in the header 10-19-2024. Backup Config */}
|
||||
<div className="flex items-center space-x-4 leading-5 sm:space-x-6">
|
||||
<div className="no-scrollbar hidden max-w-40 items-center space-x-4 overflow-x-auto sm:flex sm:space-x-6 md:max-w-72 lg:max-w-96">
|
||||
<div className="no-scrollbar max-w-50 hidden items-center space-x-4 overflow-x-auto sm:flex md:flex lg:flex">
|
||||
{/* <div className="no-scrollbar hidden max-w-50 items-center space-x-4 overflow-x-auto sm:flex sm:space-x-6 md:max-w-72 lg:max-w-96"> */}
|
||||
{headerNavLinks
|
||||
.filter((link) => link.href !== '/')
|
||||
.map((link) => (
|
||||
|
Reference in New Issue
Block a user