Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s

This commit is contained in:
2024-10-20 00:07:34 -05:00
parent 4b4e1855a8
commit 16bbec99e2
11 changed files with 20 additions and 110 deletions

View File

@ -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>

View File

@ -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) => (