Skip to content

Commit 75cc72e

Browse files
committed
replace refresh icon
1 parent c4b29e0 commit 75cc72e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/Org/MembersPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ watch(lastExecutionTime, () => {
316316
@click="refreshData"
317317
>
318318
<span
319-
class="i-carbon:renew w-4 h-4"
319+
class="i-lucide:refresh-ccw w-4 h-4"
320320
:class="{ 'motion-safe:animate-spin': isLoading || isLoadingTeams }"
321321
aria-hidden="true"
322322
/>

app/components/Org/OperationsQueue.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ watch(isExecuting, executing => {
211211
:aria-label="$t('operations.queue.refresh')"
212212
@click="refreshState"
213213
>
214-
<span class="i-carbon:renew w-4 h-4" aria-hidden="true" />
214+
<span class="i-lucide:refresh-ccw w-4 h-4" aria-hidden="true" />
215215
</button>
216216
</div>
217217
</div>

app/components/Org/TeamsPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ watch(lastExecutionTime, () => {
272272
@click="loadTeams"
273273
>
274274
<span
275-
class="i-carbon:renew w-4 h-4"
275+
class="i-lucide:refresh-ccw w-4 h-4"
276276
:class="{ 'animate-spin': isLoadingTeams }"
277277
aria-hidden="true"
278278
/>

app/components/Package/AccessControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ watch(
163163
@click="loadCollaborators"
164164
>
165165
<span
166-
class="i-carbon:renew w-3.5 h-3.5"
166+
class="i-lucide:refresh-ccw w-3.5 h-3.5"
167167
:class="{ 'motion-safe:animate-spin': isLoadingCollaborators }"
168168
aria-hidden="true"
169169
/>

0 commit comments

Comments
 (0)