Update NavBar.jsx

main
Thomas Hintz 8 months ago committed by GitHub
parent 3fcf6faa9e
commit 8fdb95a5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,20 +80,6 @@ export default function NavBar() {
</div>
</div>
</div>
<div className="absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0">
<Link
href="https://thomashintz.org"
className="bg-gray-200 hover:bg-gray-300 text-black rounded-md px-3 py-2 text-base font-medium mr-2"
>
Consulting
</Link>
<Link
href="/support"
className="bg-indigo-600 hover:bg-indigo-700 text-white rounded-md px-3 py-2 text-base font-medium"
>
Support
</Link>
</div>
</div>
</div>

Loading…
Cancel
Save