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