[portal] change top nav bar (#433)

pull/436/head
Keane Chan 2 years ago committed by GitHub
parent 352f8a03ad
commit 0ba2815fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,9 @@ export default function ProductNavigation({ items, title, titleHref }: Props) {
return (
<nav aria-label="Global" className="flex h-full items-center space-x-8">
<Link className="text-primary-700 text-sm font-medium" href={titleHref}>
<Link
className="hover:text-primary-700 text-sm font-bold text-slate-900"
href={titleHref}>
{title}
</Link>
<div className="hidden h-full items-center space-x-8 md:flex">

Loading…
Cancel
Save