working but sheet styling is ugly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { HouseIcon, RankingIcon, ShieldIcon, TrophyIcon, UserCircleIcon } from "@phosphor-icons/react";
|
||||
import { HouseIcon, RankingIcon, SealIcon, ShieldIcon, TrophyIcon, UserCircleIcon } from "@phosphor-icons/react";
|
||||
import { useMemo } from "react";
|
||||
|
||||
export const useLinks = (userId: string | undefined, roles: string[]) =>
|
||||
@@ -25,6 +25,11 @@ export const useLinks = (userId: string | undefined, roles: string[]) =>
|
||||
href: `/profile/${userId}`,
|
||||
Icon: UserCircleIcon,
|
||||
include: ['/settings']
|
||||
},
|
||||
{
|
||||
label: 'Badges',
|
||||
href: '/badges',
|
||||
Icon: SealIcon
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user