chore: add new tab links

This commit is contained in:
Aarnav Tale
2024-03-26 17:42:35 -04:00
parent cce30bd29c
commit 77702c1bae
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -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'
)}
>