mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
refactor: add missing navigation aria sections
This commit is contained in:
@@ -8,7 +8,7 @@ import { Link } from '.';
|
||||
const currentPath = new URL(Astro.request.url).pathname;
|
||||
---
|
||||
|
||||
<div class="glow flex gap-12">
|
||||
<nav class="glow flex gap-12" aria-label="Subnavigation">
|
||||
<ul>
|
||||
{
|
||||
data.main.map(({ title, url }) => (
|
||||
@@ -42,4 +42,4 @@ const currentPath = new URL(Astro.request.url).pathname;
|
||||
))
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user