Skip to content

Commit

Permalink
fix(auth-server): display of domain for metadata (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote authored Dec 12, 2024
1 parent 3f4c350 commit b41caba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-server/components/session/Metadata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</h1>
<p
v-if="domain"
class="text-center border border-neutral-800 bg-neutral-800/50 mt-3 mx-auto w-max px-4 py-1 rounded-3xl"
class="text-sm w-fit text-center border border-neutral-800 bg-neutral-800/50 mt-3 mx-auto px-4 py-1 rounded-3xl"
>
{{ domain }}
</p>
Expand Down

0 comments on commit b41caba

Please sign in to comment.