Skip to content

Commit

Permalink
fix: move team name to self name in sidebar-context
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 26, 2024
1 parent 92b1747 commit 398b5cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sidebar/SidebarContext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
)

.c-sidebar-context__current
p.c-sidebar-context__team.u-bold.u-ellipsis
| {{ teamName }}
p.c-sidebar-context__identity.u-bold.u-ellipsis
| {{ selfName }}

p.c-sidebar-context__status(
v-if="statusActivity.status"
Expand Down Expand Up @@ -845,7 +845,7 @@ $current-status-define-padding-block: 2px;
flex: 1;
overflow: hidden;
#{$c}__team {
#{$c}__identity {
color: rgb(var(--color-text-primary));
font-size: $font-size-baseline;
margin-block-start: -1px;
Expand Down

0 comments on commit 398b5cc

Please sign in to comment.