Skip to content

Commit 4ad15f4

Browse files
use more fitting name for class
1 parent 5d4fd2d commit 4ad15f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/bgw/src/plugins/Gfi/ActionButton.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<v-btn
3-
class="text-none bgw-export-button"
3+
class="text-none bgw-link-button"
44
text
55
:href="link"
66
target="_blank"
@@ -27,7 +27,7 @@ export default Vue.extend({
2727
})
2828
</script>
2929
<style lang="scss" scoped>
30-
.bgw-export-button {
30+
.bgw-link-button {
3131
margin-right: 0.4em;
3232
margin-top: 0.5em;
3333
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),

0 commit comments

Comments
 (0)