Skip to content

Commit 89f6a17

Browse files
committed
use main instead of div for runs page
1 parent da148ac commit 89f6a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/pages/Runs.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<h2>Runs Page</h2>
4-
<div class="p-24px relative">
4+
<main class="p-24px relative">
55
<transition
66
name="fade"
77
>
@@ -19,7 +19,7 @@
1919
Connect the current project to the cloud
2020
</template>
2121
</transition>
22-
</div>
22+
</main>
2323
</div>
2424
</template>
2525

0 commit comments

Comments
 (0)