Add missing IconHTML size (#27269)

Fix #27223

Regression of #27122
This commit is contained in:
wxiaoguang 2023-09-26 19:59:04 +08:00 committed by GitHub
parent d0012c8806
commit 939d410a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<div class="flex-item"> <div class="flex-item">
{{$providerData := index $.OAuth2Providers $loginSource.Name}} {{$providerData := index $.OAuth2Providers $loginSource.Name}}
<div class="flex-item-leading"> <div class="flex-item-leading">
{{$providerData.IconHTML}} {{$providerData.IconHTML 20}}
</div> </div>
<div class="flex-item-main"> <div class="flex-item-main">
<span class="flex-item-title" data-tooltip-content="{{$provider}}"> <span class="flex-item-title" data-tooltip-content="{{$provider}}">