diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-21 00:31:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-21 00:31:16 +0300 |
| commit | f561e755530063b2e8e0db210264b1d244543bd0 (patch) | |
| tree | 986f3ca8b95b0cfa48725e970204d1e402ff12ad /src/components/mobile_nav | |
| parent | 1ec41302f729ac9100c3ec0cede5e4f79dd626a3 (diff) | |
lint
Diffstat (limited to 'src/components/mobile_nav')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index 4d91af77..db9b0ba0 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -15,7 +15,11 @@ class="mobile-nav-button" @click.stop.prevent="toggleMobileSidebar()" > - <FAIcon size="lg" class="button-icon" icon="bars" /> + <FAIcon + size="lg" + class="button-icon" + icon="bars" + /> <div v-if="unreadChatCount" class="alert-dot" @@ -37,7 +41,11 @@ href="#" @click.stop.prevent="openMobileNotifications()" > - <FAIcon size="lg" class="button-icon" icon="bell" /> + <FAIcon + size="lg" + class="button-icon" + icon="bell" + /> <div v-if="unseenNotificationsCount" class="alert-dot" @@ -59,7 +67,11 @@ class="mobile-nav-button" @click.stop.prevent="closeMobileNotifications()" > - <FAIcon size="lg" class="button-icon" icon="times" /> + <FAIcon + size="lg" + class="button-icon" + icon="times" + /> </a> </div> <div |
