Skip to content

Commit 3a45793

Browse files
committed
resize logo
1 parent 17d2e92 commit 3a45793

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/login/components/Branding.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { HelpwaveLogo } from '@helpwave/hightide'
22

33
export function Branding() {
44
return (
5-
<div className="flex flex-col items-center gap-4 mb-8 sm:gap-3 sm:mb-4">
6-
<HelpwaveLogo height={64} width={64} />
7-
<div className="font-space text-2xl font-bold tracking-[-0.5px] sm:text-xl">
5+
<div className="flex flex-col items-center mb-8 sm:mb-8">
6+
<HelpwaveLogo animate="loading" height={96} width={96} />
7+
<div className="font-space text-4xl -translate-y-6 font-bold">
88
helpwave id
99
</div>
1010
</div>

0 commit comments

Comments
 (0)