We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d2e92 commit 3a45793Copy full SHA for 3a45793
1 file changed
src/login/components/Branding.tsx
@@ -2,9 +2,9 @@ import { HelpwaveLogo } from '@helpwave/hightide'
2
3
export function Branding() {
4
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">
+ <div className="flex flex-col items-center mb-8 sm:mb-8">
+ <HelpwaveLogo animate="loading" height={96} width={96} />
+ <div className="font-space text-4xl -translate-y-6 font-bold">
8
helpwave id
9
</div>
10
0 commit comments