0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-20 09:18:49 +01:00

Fix typo in HTML attribute (#33599)

This commit is contained in:
silverwind 2025-02-14 16:59:37 +01:00 committed by GitHub
parent 8aede14b1d
commit 1ba7cbbfd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,7 +445,7 @@ export default defineComponent({
class="item navigation tw-py-1" :class="{'disabled': page === 1}"
@click="changePage(page - 1)" :title="textPreviousPage"
>
<svg-icon name="octicon-chevron-left" :size="16" clsas="tw-mr-1"/>
<svg-icon name="octicon-chevron-left" :size="16" class="tw-mr-1"/>
</a>
<a class="active item tw-py-1">{{ page }}</a>
<a