Skip to content

Commit

Permalink
Add gears icon to install buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Apr 4, 2024
1 parent d8956aa commit 3c73242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corpus/exports/ToolPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ defineEmits<{
:class="{ 'button-primary': canInstall && !isInstalled }"
@click="$emit('install')"
>
<icon :icon="['fas', 'gears']" class="mr-1" />
{{
$t(
!isInstalled
Expand Down

0 comments on commit 3c73242

Please sign in to comment.