diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-20 21:18:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-20 21:18:23 +0300 |
| commit | 046c60cb61bd585e2fb2850320d229ab0487d9ba (patch) | |
| tree | 00a2278ebc162d33745145cd728a72835cd0bd29 /src/components/mobile_nav/mobile_nav.vue | |
| parent | e8650d3409aa34a0195629d2077bad68bcade439 (diff) | |
cancel -> times
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index abd95f09..e5664dc5 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -59,7 +59,7 @@ class="mobile-nav-button" @click.stop.prevent="closeMobileNotifications()" > - <i class="button-icon icon-cancel" /> + <FAIcon class="button-icon" icon="times" /> </a> </div> <div |
