diff --git a/components/footer.vue b/components/footer.vue index 04d3ec6..9e0a5bb 100644 --- a/components/footer.vue +++ b/components/footer.vue @@ -11,8 +11,5 @@ const localeLink = useLocalePath(); Inspired by Ground.News - - Sources - diff --git a/components/navigation.vue b/components/navigation.vue index 4ecfd76..99f8d12 100644 --- a/components/navigation.vue +++ b/components/navigation.vue @@ -30,15 +30,8 @@ const toggleDropdown = () => { class="hover:text-blue-500 cursor-pointer transiton-all duration-100" >{{ t("nav.home") }} -   - {{ t("nav.dailybriefing") }}
-
-
-
- - - -
diff --git a/i18n/locales/en.json b/i18n/locales/en.json index f81748c..0672b3b 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -13,7 +13,8 @@ "miniWikipedia": "Mini Wikipedia", "newsComparePlatform": "news comparison platform" }, - "startusing": "Let's Start!" + "startusing": "Let's Start!", + "learnmore": "Learn More", }, "dailybriefing": "Daily Briefing", "Welcome": "Welcome", diff --git a/i18n/locales/zh-tw.json b/i18n/locales/zh-tw.json index f4f52a2..78c71e5 100644 --- a/i18n/locales/zh-tw.json +++ b/i18n/locales/zh-tw.json @@ -13,7 +13,8 @@ "miniWikipedia": "米你維基百科", "newsComparePlatform": "新聞觀點比對平台" }, - "startusing": "開始使用!" + "startusing": "開始使用!", + "learnmore": "了解更多" }, "dailybriefing": "今日報導", "Welcome": "歡迎", diff --git a/layouts/default.vue b/layouts/default.vue index 3be07b1..29034ff 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -12,4 +12,4 @@ import Footer from "~/components/footer.vue";