Skip to content

Commit

Permalink
hide user badge in user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyre committed Jan 8, 2025
1 parent 6f4ff3a commit 6052448
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<template>
<div class="edition-user-info">
<div class="form-group circle-and-role">
<span v-circle="{ size: 'MEDIUM' }">
<span aria-hidden="true" v-circle="{ size: 'MEDIUM' }">
{{ user.avatar }}
</span>
<BaseBadge class="--capitalized" :text="user.role" />
<BaseBadge
:aria-label="`role: ${user.role}`"
class="--capitalized"
:text="user.role"
/>
</div>

<div class="form-group">
Expand Down

0 comments on commit 6052448

Please sign in to comment.