diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-12 01:27:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-12 01:27:09 +0300 |
| commit | 80600137d1be64c83737ca3296f4aaae1033870c (patch) | |
| tree | 7844be872d871843afbde7b5976859b060d611fa /src/components/mobile_nav/mobile_nav.vue | |
| parent | 7d13f38d8807fb090397af159b485a195c379fb3 (diff) | |
lint
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 01a77589..9152879c 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -21,7 +21,7 @@ class="alert-dot" /> </button> - <NavigationPins class="pins"/> + <NavigationPins class="pins" /> </div> <div class="item right"> <button v-if="currentUser" |
