mirror of
https://github.com/tale/headplane.git
synced 2026-08-22 02:36:38 +00:00
chore: add new tab links
This commit is contained in:
@@ -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'
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user