Skip to content

Commit

Permalink
refactor: switch to discord usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Jun 16, 2023
1 parent 59bf756 commit f1ccc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
Discord
</h3>
<h3 class="font-semibold text-lg mt-4">
{{ presence.discord_user.username }}#{{ presence.discord_user.discriminator }}
@{{ presence.discord_user.username }}
</h3>
<div class="flex mt-4 justify-center items-center gap-1">
<svg
Expand Down Expand Up @@ -273,7 +273,7 @@
</p>
<img class="h-6 w-auto" src="~/assets/discord.svg">
<p class="text-2xl font-semibold">
{{ presence.discord_user.username }}#{{ presence.discord_user.discriminator }}
@{{ presence.discord_user.username }}
</p>
</div>
</div>
Expand Down

0 comments on commit f1ccc4e

Please sign in to comment.