From 072fdac5d2838a5133324b7ec245fa422046fe48 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Fri, 1 Dec 2023 17:33:43 -0500 Subject: [PATCH] Add following tab to navbar --- src/components/NavbarView.vue | 2 ++ src/components/SearchBar.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/NavbarView.vue b/src/components/NavbarView.vue index 7a0ab29..e9d1007 100644 --- a/src/components/NavbarView.vue +++ b/src/components/NavbarView.vue @@ -38,6 +38,7 @@ export default { {{ $t('nav.code') }} Twitch {{ $t('nav.privacy') }} + {{ $t('home.following') }} {{ $t('nav.settings') }} @@ -61,6 +62,7 @@ export default { {{ $t('nav.code') }} Twitch {{ $t('nav.privacy') }} + {{ $t('home.following') }} {{ $t('nav.settings') }} diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index fe9ec0b..ef0cbcb 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -25,7 +25,7 @@ export default { :placeholder="$t('main.search')" v-model="searchInput" @keyup.enter="redirectToSearch" - class="rounded-md p-1 pl-8 text-black bg-white placeholder:text-black" + class="rounded-md p-1 pl-8 w-56 text-black bg-white placeholder:text-black" />