We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a98d244 + 210c9cc commit e6a19c0Copy full SHA for e6a19c0
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "id.helpwave.de",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"repository": {
5
"type": "git",
6
"url": "git://github.com/helpwave/id.helpwave.de.git"
src/login/components/Branding.tsx
@@ -2,9 +2,9 @@ import { HelpwaveLogo } from '@helpwave/hightide'
export function Branding() {
return (
- <div className="flex flex-col items-center gap-4 mb-8 sm:gap-3 sm:mb-4">
- <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