Skip to content

Commit

Permalink
spacing tweaks for avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 14, 2024
1 parent c1a4d90 commit 01a45d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@fontsource/shrikhand": "^5.0.19",
"@haliphax/nubbins": "^0.0.8",
"@haliphax/nubbins": "^0.0.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const guilds = ref(
<p>
You are logged in as
<DiscordAvatar
class="di mr-xxs"
class="am di mr-xxs"
:user="user.id"
:avatar="user.avatar"
:size="24"
:size="32"
></DiscordAvatar>
<strong>{{ user.username }}</strong
>.
Expand Down

0 comments on commit 01a45d8

Please sign in to comment.