mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	Fix typo in HTML attribute (#33599)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user