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 31, 2024
1 parent 5f65625 commit 41d2caf
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 41d2caf

Please sign in to comment.