mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
[portal][ui] revert font
This commit is contained in:
@ -27,7 +27,7 @@ export default function ProductNavigation({ items, title, titleHref }: Props) {
|
|||||||
return (
|
return (
|
||||||
<nav aria-label="Global" className="flex h-full items-center space-x-8">
|
<nav aria-label="Global" className="flex h-full items-center space-x-8">
|
||||||
<Link
|
<Link
|
||||||
className="hover:text-primary-700 flex items-center gap-2 text-sm font-semibold"
|
className="hover:text-primary-700 flex items-center gap-2 text-sm font-medium"
|
||||||
href={titleHref}>
|
href={titleHref}>
|
||||||
{titleHref !== '/' && (
|
{titleHref !== '/' && (
|
||||||
<img alt="TIH" className="h-8 w-auto" src="/logo.svg" />
|
<img alt="TIH" className="h-8 w-auto" src="/logo.svg" />
|
||||||
|
Reference in New Issue
Block a user