Skip to content

Commit 8273104

Browse files
committed
Added missing scope attribute
1 parent 26b74ab commit 8273104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/MavenGroupView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div v-else class="text-xs line-height-xs">
99
<table class="text-left">
1010
<tr>
11-
<th>Artifacts</th>
11+
<th scope="col">Artifacts</th>
1212
</tr>
1313
<tr v-for="(a, index) in group" :key="index">
1414
<td>

0 commit comments

Comments
 (0)