This commit is contained in:
parent
78ca0e33ac
commit
8d2314a603
@ -5,12 +5,7 @@ import { siteConfig } from "../config/site";
|
|||||||
<header class="navbar bg-base-100 shadow-lg" role="banner">
|
<header class="navbar bg-base-100 shadow-lg" role="banner">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button
|
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
|
||||||
aria-label="Open menu"
|
|
||||||
aria-expanded="false"
|
|
||||||
aria-controls="mobile-menu"
|
|
||||||
class="btn btn-ghost lg:hidden"
|
|
||||||
>
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
class="h-5 w-5"
|
class="h-5 w-5"
|
||||||
@ -25,10 +20,10 @@ import { siteConfig } from "../config/site";
|
|||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
d="M4 6h16M4 12h8m-8 6h16"></path>
|
d="M4 6h16M4 12h8m-8 6h16"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</div>
|
||||||
<ul
|
<ul
|
||||||
id="mobile-menu"
|
tabindex="0"
|
||||||
class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52"
|
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-[1] mt-3 w-52 p-2 shadow"
|
||||||
role="menu"
|
role="menu"
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
|
@ -26,10 +26,6 @@ const metaTitle =
|
|||||||
/>
|
/>
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<script
|
|
||||||
defer
|
|
||||||
src="https://analytics.atri.dad/script.js"
|
|
||||||
data-website-id="7302f53c-578d-44d9-9e15-92df9bb24b6b"></script>
|
|
||||||
<title>{metaTitle}</title>
|
<title>{metaTitle}</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen flex flex-col">
|
<body class="min-h-screen flex flex-col">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user