Skip to content

Commit

Permalink
chore(auth-server): fix display of domain for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Dec 12, 2024
1 parent 3f4c350 commit dc2652a
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 dc2652a

Please sign in to comment.