chore: add new tab links
This commit is contained in:
parent
cce30bd29c
commit
77702c1bae
2 changed files with 7 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ export default function TabLink({ name, to, icon }: Properties) {
|
|||
<NavLink
|
||||
to={to}
|
||||
className={({ isActive, isPending }) => clsx(
|
||||
'flex items-center gap-x-2 p-2 border-b-2 text-sm',
|
||||
'flex items-center gap-x-2 p-2 border-b-2 text-md',
|
||||
isActive ? 'border-white' : 'border-transparent'
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue