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" >