Skip to content

Commit 57def91

Browse files
committed
replace user group icon
1 parent 31ade04 commit 57def91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Org/TeamsPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ watch(lastExecutionTime, () => {
259259
<!-- Header -->
260260
<div class="flex items-center justify-start p-4 border-b border-border">
261261
<h2 id="teams-heading" class="font-mono text-sm font-medium flex items-center gap-2">
262-
<span class="i-carbon:group w-4 h-4 text-fg-muted" aria-hidden="true" />
262+
<span class="i-lucide:users w-4 h-4 text-fg-muted" aria-hidden="true" />
263263
{{ $t('org.teams.title') }}
264264
<span v-if="teams.length > 0" class="text-fg-muted">({{ teams.length }})</span>
265265
</h2>

app/components/Package/AccessControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ watch(
197197
<div class="flex items-center gap-2 min-w-0">
198198
<span
199199
v-if="collab.isTeam"
200-
class="i-carbon:group w-3.5 h-3.5 text-fg-subtle shrink-0"
200+
class="i-lucide:users w-3.5 h-3.5 text-fg-subtle shrink-0"
201201
aria-hidden="true"
202202
/>
203203
<span

0 commit comments

Comments
 (0)