Fix typo in HTML attribute (#33599)

(cherry picked from commit 1ba7cbbfd6bb758b5c3796dfe46fa688dc20b5d1)
This commit is contained in:
silverwind 2025-02-14 16:59:37 +01:00 committed by Gusted
parent 952dfac255
commit 0e5e383425
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -430,7 +430,7 @@ export default sfc; // activate the IDE's Vue plugin
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-name="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