make friends in navbar clickablee
All checks were successful
deploy / deploy (push) Successful in 54s

This commit is contained in:
Lee 2023-10-27 23:02:08 +01:00
parent c7dd4709d9
commit e0154af834

@ -68,6 +68,7 @@ export default function Navbar() {
ariaLabel="View your friends"
text="Friends"
icon={<UserIcon height={20} width={20} />}
href="/search"
>
{settingsStore?.friends.length == 0 ? (
<p className="text-sm font-bold">No friends, add someone!</p>