Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 20, 2024
1 parent 4e0f5c8 commit d4d1798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tasks/TaskRunsPanel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-btn icon="mdi-run" :active="isPanelOpen" @click="toggleTasksPanel" />
<v-btn icon="mdi-clipboard-text-clock" :active="isPanelOpen" @click="toggleTasksPanel" />
<Teleport to="#main-side-panel" defer>
<div v-if="isPanelOpen" class="h-100 d-flex flex-column">
<v-toolbar density="compact">
Expand Down

0 comments on commit d4d1798

Please sign in to comment.