mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
fix(auth)
This commit is contained in:
parent
e7d00eb44a
commit
a1bd1d2b6e
2 changed files with 4 additions and 4 deletions
|
@ -252,8 +252,8 @@ export default function Login({ config }: InferGetServerSidePropsType<typeof get
|
|||
order={1}
|
||||
ta='center'
|
||||
style={{
|
||||
whiteSpace: 'normal',
|
||||
fontSize: `clamp(20px, ${Math.max(50 - (config.website.title?.length ?? 0) / 2, 20)}px, 50px)`,
|
||||
whiteSpace: 'normal',
|
||||
fontSize: `clamp(20px, ${Math.max(50 - (config.website.title?.length ?? 0) / 2, 20)}px, 50px)`,
|
||||
}}
|
||||
>
|
||||
<b>{config.website.title ?? 'Zipline'}</b>
|
||||
|
|
|
@ -133,8 +133,8 @@ export default function Register({ config, invite }: InferGetServerSidePropsType
|
|||
order={1}
|
||||
ta='center'
|
||||
style={{
|
||||
whiteSpace: 'normal',
|
||||
fontSize: `clamp(20px, ${Math.max(50 - (config.website.title?.length ?? 0) / 2, 20)}px, 50px)`,
|
||||
whiteSpace: 'normal',
|
||||
fontSize: `clamp(20px, ${Math.max(50 - (config.website.title?.length ?? 0) / 2, 20)}px, 50px)`,
|
||||
}}
|
||||
>
|
||||
<b>{config.website.title ?? 'Zipline'}</b>
|
||||
|
|
Loading…
Add table
Reference in a new issue