Skip to content

Commit 8c71eda

Browse files
committed
increase version to 0.1.10
1 parent ec00548 commit 8c71eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "id.helpwave.de",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/helpwave/id.helpwave.de.git"

src/login/components/Branding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type BrandingProps = {
77
export function Branding({ animate = 'loading' }: BrandingProps) {
88
return (
99
<div className="flex flex-col items-center mb-8 sm:mb-8">
10-
<HelpwaveLogo animate={animate} height={96} width={96} />
10+
<HelpwaveLogo animate={animate} height={96} width={96} animationDuration={5} />
1111
<div className="font-space text-4xl -translate-y-6 font-bold">
1212
helpwave id
1313
</div>

0 commit comments

Comments
 (0)