Skip to content

Commit

Permalink
Update client/src/components/ConfigTemplates/InstanceDropdown.vue
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
jmchilton and davelopez authored May 30, 2024
1 parent 8cb5442 commit ab99e32
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="arrow-up" />
<FontAwesomeIcon :icon="faArrowUp" />
<span v-localize>Upgrade</span>
</button>
<button
Expand Down

0 comments on commit ab99e32

Please sign in to comment.