[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: add aria label to main navigation

+1
+1
app/components/layout/TheSiteHeader.vue
··· 47 47 48 48 <template> 49 49 <nav 50 + aria-label="Main navigation" 50 51 class="py-4 px-4 md:px-12 md:py-8 uppercase flex flex-row justify-between items-center text-primary md:p-4 tracking-[0.15rem]" 51 52 > 52 53 <ul