Skip to content

Commit

Permalink
chore(auth-server): edit display of domain on metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Dec 11, 2024
1 parent f4df3ae commit 06b02e3
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="line-clamp-1 w-fit text-center border border-neutral-800 bg-neutral-800/50 mt-3 mx-auto 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"
:title="domain"
>
{{ domain }}
Expand Down

0 comments on commit 06b02e3

Please sign in to comment.