Skip to content

Commit

Permalink
use username from lanyard
Browse files Browse the repository at this point in the history
  • Loading branch information
vascYT committed Dec 9, 2023
1 parent 8af5eea commit 864631c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Lanyard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ export default function SpotifyActivity() {
<>
<FaDiscord className="h-8 w-8 shrink-0 fill-white" />
<div>
<p className="text-md font-bold text-white">@vasc</p>
<p className="text-md font-bold text-white">
@{activity.discord_user.username}
</p>
<p className="text-sm">{activity.discord_status}</p>
</div>
<FiExternalLink className="ml-auto mr-4 h-4 w-4 shrink-0 text-white" />
Expand Down

0 comments on commit 864631c

Please sign in to comment.