mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 10:35:09 +01:00
Finish main content, add MidnightLib wiki
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
import ResponsiveToggle from './ResponsiveToggle.astro'
|
||||
import { DarkMode } from 'accessible-astro-components'
|
||||
import { Image } from 'astro:assets'
|
||||
import logo from '../assets/img/logo.svg'
|
||||
import logo from '../assets/img/logo.png'
|
||||
---
|
||||
|
||||
<div id="main-navigation" class="is-desktop py-8">
|
||||
<div class="container">
|
||||
<a href="/" class="flex items-center gap-2 !no-underline">
|
||||
<Image src={logo} alt="MidnightDust Logo" width="47" height="37" />
|
||||
<span class="font-bold">MidnightDust by Motschen</span>
|
||||
<Image src={logo} alt="MidnightDust Logo" width="47" height="47" />
|
||||
<span class="font-bold">MidnightDust – Mods by Motschen</span>
|
||||
</a>
|
||||
<div class="wrapper">
|
||||
<nav class="desktop-menu" aria-label="Main navigation desktop">
|
||||
|
||||
Reference in New Issue
Block a user