Fixed logo title and favicon
All checks were successful
Build and Test - Staging / determine_version (pull_request) Successful in 8m0s
Build and Test - Staging / build_and_push (pull_request) Successful in 14m22s
Build and Test - Staging / test (pull_request) Successful in 1s
Build and Test - Staging / deploy_staging (pull_request) Successful in 2s
All checks were successful
Build and Test - Staging / determine_version (pull_request) Successful in 8m0s
Build and Test - Staging / build_and_push (pull_request) Successful in 14m22s
Build and Test - Staging / test (pull_request) Successful in 1s
Build and Test - Staging / deploy_staging (pull_request) Successful in 2s
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
---
|
||||
import NestedNavbarEntry from "@components/NestedNavbarEntries.astro";
|
||||
|
||||
import logoTitle from "@assets/logo-title.svg?raw";
|
||||
import logo_title_large from "@assets/logo-title-large.png";
|
||||
import {siteLayout} from "@data/site-layout.ts";
|
||||
import {Image} from "astro:assets";
|
||||
---
|
||||
|
||||
|
||||
<nav class="border-b-4 border-b-caperren-green text-caperren-green">
|
||||
<div class="flex flex-wrap items-center justify-between mx-auto p-6">
|
||||
<a href="/">
|
||||
<Fragment class="logo-title" set:html={logoTitle}/>
|
||||
<Image src={logo_title_large}
|
||||
height="56"
|
||||
width="139"
|
||||
class="h-14 w-auto"
|
||||
alt="logo title"
|
||||
loading="eager"
|
||||
/>
|
||||
</a>
|
||||
<button data-collapse-toggle="navbar-multi-level" type="button"
|
||||
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm md:hidden focus:ring-2 focus:ring-caperren-green"
|
||||
|
||||
Reference in New Issue
Block a user