0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-14 22:55:32 +01:00

Revert icon

Signed-off-by: silverwind <me@silverwind.io>
This commit is contained in:
silverwind 2025-12-04 21:51:22 +01:00 committed by GitHub
parent 45c17691d3
commit 5d1676de53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -381,7 +381,7 @@ export default defineComponent({
<div class="ui checkbox" ref="checkboxPrivateFilter" :title="checkboxPrivateFilterTitle"> <div class="ui checkbox" ref="checkboxPrivateFilter" :title="checkboxPrivateFilterTitle">
<input type="checkbox" class="tw-pointer-events-none" v-bind.prop="checkboxPrivateFilterProps"> <input type="checkbox" class="tw-pointer-events-none" v-bind.prop="checkboxPrivateFilterProps">
<label> <label>
<svg-icon name="octicon-repo-locked" :size="16" class="tw-mr-1"/> <svg-icon name="octicon-lock" :size="16" class="tw-mr-1"/>
{{ textShowPrivate }} {{ textShowPrivate }}
</label> </label>
</div> </div>