Skip to content

Commit

Permalink
Remove now defunct discord discrim
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Jan 23, 2025
1 parent 95ba74a commit d7bd4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function Navbar() {
bg-discord-not-quite-black ring-1 ring-black ring-opacity-5 focus:outline-none">
<MenuItem>
<p className="block px-4 py-2 text-sm text-discal-light-grey">
{props.user.username}#{props.user.discriminator}
{props.user.username}
</p>
</MenuItem>
<MenuItem>
Expand Down

0 comments on commit d7bd4a1

Please sign in to comment.