Skip to content

Commit

Permalink
Update admin on dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Aug 10, 2024
1 parent cd8301a commit ce2750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/shared/ProfileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default async function ProfileButton() {
{user.role === "admin" ||
(user.role === "super_admin" && (
<Link href={`/admin`}>
<DropdownMenuItem className="cursor-pointer hover:!bg-amber-600">
<DropdownMenuItem className="cursor-pointer text-hackathon">
Admin
</DropdownMenuItem>
</Link>
Expand Down

0 comments on commit ce2750a

Please sign in to comment.