Apple pay support, fix publish key (#2171)

* Apple pay support, fix publish key

* fix api url
This commit is contained in:
Geometrically
2024-08-17 17:43:12 -07:00
committed by GitHub
parent c84e2e0537
commit 807aa04807
6 changed files with 20 additions and 7 deletions

View File

@@ -40,6 +40,7 @@
</div>
<div class="sidebar__item">
<Badge v-if="tags.staffRoles.includes(user.role)" :type="user.role" />
<Badge v-else-if="isPermission(user.badges, 1 << 0)" type="plus" />
<Badge v-else-if="projects.length > 0" type="creator" />
</div>
<span v-if="user.bio" class="sidebar__item bio">{{ user.bio }}</span>