feat: update button component

co-authored-by: JustTemmie <git@beaver.mom>
This commit is contained in:
Radical 2025-06-23 19:59:52 +02:00
parent 5560680635
commit 714f75ce12
7 changed files with 82 additions and 126 deletions

View file

@ -10,7 +10,7 @@
{{ props.user.username }}
<span v-if="props.user.pronouns"> - {{ props.user.pronouns }}</span>
</p>
<div id="about-me">
<div id="about-me" v-if="props.user.about">
{{ props.user.about }}
</div>
</div>