We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec00548 commit 8c71edaCopy full SHA for 8c71eda
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "id.helpwave.de",
3
- "version": "0.1.9",
+ "version": "0.1.10",
4
"repository": {
5
"type": "git",
6
"url": "git://github.com/helpwave/id.helpwave.de.git"
src/login/components/Branding.tsx
@@ -7,7 +7,7 @@ type BrandingProps = {
7
export function Branding({ animate = 'loading' }: BrandingProps) {
8
return (
9
<div className="flex flex-col items-center mb-8 sm:mb-8">
10
- <HelpwaveLogo animate={animate} height={96} width={96} />
+ <HelpwaveLogo animate={animate} height={96} width={96} animationDuration={5} />
11
<div className="font-space text-4xl -translate-y-6 font-bold">
12
helpwave id
13
</div>
0 commit comments