mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-30 01:27:20 +00:00
Use html landmark elements (#1361)
Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="bg-white dark:bg-dark-gray-900 border-b dark:border-gray-700">
|
||||
<header class="bg-white dark:bg-dark-gray-900 border-b dark:border-gray-700">
|
||||
<FluidContainer class="!py-0">
|
||||
<div class="flex flex-wrap items-center justify-between py-4 <md:flex-row <md:gap-y-4">
|
||||
<div
|
||||
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</FluidContainer>
|
||||
</div>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user