From f37c33f9fcd410ed9d8516745a0ce7cd801443d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Tue, 9 Aug 2022 15:02:33 -0300 Subject: [PATCH] Update header config --- config/header.yml | 9 ++++---- src/components/Layout/LayoutHeader.vue | 29 +++++++++++++------------- src/components/SwitchTheme.vue | 4 ++-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config/header.yml b/config/header.yml index fa8e92e..63f785a 100644 --- a/config/header.yml +++ b/config/header.yml @@ -1,8 +1,9 @@ --- - logo_url: - background_class: bg-[#89a741] - link_class: text-white - links: + header_logo_url: http://orthoptera.speciesfile.org/HomePage/Orthoptera/img_Logo/SiteLogo.jpg + header_logo_text: Orthoptera Species File + header_class: bg-[#89a741] + header_link_class: text-white + header_links: - label: Home link: / diff --git a/src/components/Layout/LayoutHeader.vue b/src/components/Layout/LayoutHeader.vue index e433880..304abc2 100644 --- a/src/components/Layout/LayoutHeader.vue +++ b/src/components/Layout/LayoutHeader.vue @@ -6,7 +6,6 @@ px-2 sm:px-4 py-2.5 - rounded border-b dark:border-b-slate-800 dark:bg-slate-900 @@ -16,21 +15,21 @@ align-middle flex items-center" - :class="background_class" + :class="header_class" >
- - {{ project_name }} + + {{ header_logo_text }} @@ -70,13 +69,13 @@