fix(contact): wrong bar offset

This commit is contained in:
2026-02-08 19:56:48 +01:00
parent efcdaaf7ff
commit ba3ab6eaad

View File

@@ -9,7 +9,7 @@ export const useContactStore = defineStore("contact", {
titleY: LOGICAL_HEIGHT, titleY: LOGICAL_HEIGHT,
barOffsetY: 20, barOffsetY: 24,
}, },
outro: { outro: {
@@ -59,7 +59,7 @@ export const useContactStore = defineStore("contact", {
this.intro, this.intro,
{ {
stage3Opacity: 0, stage3Opacity: 0,
barOffsetY: 20, barOffsetY: 24,
}, },
{ {
stage3Opacity: 1, stage3Opacity: 1,