mirror of https://github.com/go-gitea/gitea.git
Fix typo in HTML attribute (#33599)
parent
8aede14b1d
commit
1ba7cbbfd6
|
@ -445,7 +445,7 @@ export default defineComponent({
|
||||||
class="item navigation tw-py-1" :class="{'disabled': page === 1}"
|
class="item navigation tw-py-1" :class="{'disabled': page === 1}"
|
||||||
@click="changePage(page - 1)" :title="textPreviousPage"
|
@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>
|
||||||
<a class="active item tw-py-1">{{ page }}</a>
|
<a class="active item tw-py-1">{{ page }}</a>
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue