Skip to content

Commit bb4390a

Browse files
authored
fix: update pathing for unicorn (#2923)
1 parent a6ff330 commit bb4390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/client/src/app/_components/hero/unicorn-background.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function UnicornBackground() {
1717
transition={{ duration: 0.8, ease: 'easeOut', delay: 1 }}
1818
>
1919
<UnicornScene
20-
jsonFilePath="scenes/flow-background.json"
20+
jsonFilePath="/scenes/flow-background.json"
2121
width="100%"
2222
height="100%"
2323
scale={1}

0 commit comments

Comments
 (0)