Skip to content

Commit

Permalink
✅ - Discord new username compability
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-blazer authored Jun 16, 2023
1 parent a0635ca commit 2616379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export default function Home() {
</div>
<div className="flex flex-col items-start">
<h1 className="text-start text-zinc-800 dark:text-zinc-200 transition-all duration-300 text-3xl leading-none font-semibold weight-900 button-text">{lanyardUsername}</h1>
{!lanyardDiscriminator === "0" && (
<span className="text-start text-2xl text-zinc-400 font-bold button-text mt-1">#{lanyardDiscriminator}</span>
)}
</div>
</div>
)}
Expand Down

1 comment on commit 2616379

@vercel
Copy link

@vercel vercel bot commented on 2616379 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.