Skip to content

Commit 1ba7cbb

Browse files
authored
Fix typo in HTML attribute (#33599)
1 parent 8aede14 commit 1ba7cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export default defineComponent({
445445
class="item navigation tw-py-1" :class="{'disabled': page === 1}"
446446
@click="changePage(page - 1)" :title="textPreviousPage"
447447
>
448-
<svg-icon name="octicon-chevron-left" :size="16" clsas="tw-mr-1"/>
448+
<svg-icon name="octicon-chevron-left" :size="16" class="tw-mr-1"/>
449449
</a>
450450
<a class="active item tw-py-1">{{ page }}</a>
451451
<a

0 commit comments

Comments
 (0)