Skip to content

Commit

Permalink
chore(a11y): a11y
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 15, 2024
1 parent 62b57d4 commit f81b33b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/frontend/src/pages/servers/manage/[id]/backups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</UiServersPyroModal>
</Modal>

<div class="flex flex-col gap-6">
<ul class="m-0 flex list-none flex-col gap-6 p-0">
<div class="relative w-full overflow-hidden rounded-2xl bg-bg-raised p-8">
<div class="flex items-center justify-between">
<div class="flex flex-col gap-2">
Expand All @@ -144,10 +144,10 @@
</div>
</div>

<div
<li
v-for="(backup, index) in backups"
:key="backup.id"
class="relative w-full rounded-2xl bg-bg-raised p-8"
class="relative m-0 w-full list-none rounded-2xl bg-bg-raised p-8"
>
<div class="flex flex-col gap-4">
<div class="flex items-center justify-between">
Expand Down Expand Up @@ -201,8 +201,8 @@
</OverflowMenu>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<UiServersPyroLoading v-else />
</div>
Expand Down

0 comments on commit f81b33b

Please sign in to comment.