From 431ad51b663c763396f5527428102bc143373d3a Mon Sep 17 00:00:00 2001
From: chme
Date: Thu, 16 Jun 2022 06:39:14 +0200
Subject: [PATCH] [web] Fix linting error (vue/no-v-text-v-html-on-component)
---
web-src/src/components/NavbarTop.vue | 11 ++++++-----
web-src/src/pages/SpotifyPageBrowse.vue | 8 ++++----
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/web-src/src/components/NavbarTop.vue b/web-src/src/components/NavbarTop.vue
index 4b80c0c4..62904931 100644
--- a/web-src/src/components/NavbarTop.vue
+++ b/web-src/src/components/NavbarTop.vue
@@ -113,16 +113,17 @@
-
+ {{
+ $t('navigation.settings')
+ }}
-
+ {{
+ $t('navigation.about')
+ }}
+ >{{ $t('page.spotify.browse.show-more') }}
@@ -84,8 +84,8 @@
+ >{{ $t('page.spotify.browse.show-more') }}