added resume to navlinks
Some checks failed
Build and Deploy docker container / build (push) Has been cancelled
Some checks failed
Build and Deploy docker container / build (push) Has been cancelled
This commit is contained in:
@ -29,7 +29,7 @@ const Header = () => {
|
||||
</div>
|
||||
</Link>
|
||||
<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 hidden max-w-40 items-center space-x-4 overflow-x-scroll sm:flex sm:space-x-3 md:max-w-72 lg:max-w-96">
|
||||
{headerNavLinks
|
||||
.filter((link) => link.href !== '/')
|
||||
.map((link) => (
|
||||
|
Reference in New Issue
Block a user