Skip to content

Commit

Permalink
Update client/src/components/Grid/GridElements/GridLink.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Laila Los <[email protected]>
  • Loading branch information
guerler and ElectronicBlueberry authored Nov 15, 2023
1 parent a96a381 commit b8d3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/GridElements/GridLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ defineProps<Props>();
</script>

<template>
<a class="font-weight-bold" href="#" @click.prevent="$emit('click')">{{ text }}</a>
<button class="ui-link font-weight-bold" @click="$emit('click')">{{ text }}</button>
</template>

0 comments on commit b8d3dd7

Please sign in to comment.