diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 17:47:37 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 17:47:37 +0200 |
| commit | 04af772c1e8851bb8e4ce9b46e8146c0755309ed (patch) | |
| tree | 451efb84274e7601b5970e7766e1ce6dcae20816 /src/components/notification/notification.vue | |
| parent | a6e495e4138e80888ea77e144f0330cd83d4a986 (diff) | |
address missing button style, fix remaining warning
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 08eb80c9..f56aa977 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -17,10 +17,12 @@ <button class="button-unstyled unmute" @click.prevent="toggleMute" - ><FAIcon - class="fa-scale-110 fa-old-padding" - icon="eye-slash" - /></button> + > + <FAIcon + class="fa-scale-110 fa-old-padding" + icon="eye-slash" + /> + </button> </div> <div v-else |
