Skip to content

Commit

Permalink
Bug fix for arrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 23, 2024
1 parent 2c34a16 commit 7b44b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ConfigTemplates/InstanceDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const emit = defineEmits<{
:href="routeUpgrade"
@keypress="router.push(routeUpgrade)"
@click.prevent="router.push(routeUpgrade)">
<FontAwesomeIcon icon="arrowUp" />
<FontAwesomeIcon icon="arrow-up" />
<span v-localize>Upgrade</span>
</button>
<button
Expand Down

0 comments on commit 7b44b1b

Please sign in to comment.