Skip to content

Commit 2d02882

Browse files
wxiaoguangGiteaBot
authored andcommitted
Add missing IconHTML size (go-gitea#27269)
Fix go-gitea#27223 Regression of go-gitea#27122
1 parent fc7d3f7 commit 2d02882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/settings/security/accountlinks.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="flex-item">
3030
{{$providerData := index $.OAuth2Providers $loginSource.Name}}
3131
<div class="flex-item-leading">
32-
{{$providerData.IconHTML}}
32+
{{$providerData.IconHTML 20}}
3333
</div>
3434
<div class="flex-item-main">
3535
<span class="flex-item-title" data-tooltip-content="{{$provider}}">

0 commit comments

Comments
 (0)