mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 01:31:52 +00:00
fix default logo size
This commit is contained in:
@@ -57,8 +57,8 @@ export default function DashboardLoginForm({
|
||||
? env.branding.logo?.authPage?.width || 175
|
||||
: 175;
|
||||
const logoHeight = isUnlocked()
|
||||
? env.branding.logo?.authPage?.height || 58
|
||||
: 58;
|
||||
? env.branding.logo?.authPage?.height || 44
|
||||
: 44;
|
||||
|
||||
return (
|
||||
<Card className="w-full max-w-md">
|
||||
|
||||
Reference in New Issue
Block a user