Skip to content

Commit

Permalink
fix safari homepage again
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Nov 18, 2024
1 parent 2f16394 commit ea59540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/motions/landing-animations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const InPaths = () => {
return (
<motion.svg
className="h-100 w-full"
viewBox="300 510"
viewBox="0 0 300 510"
preserveAspectRatio="xMinYMid meet"
initial={{
opacity: 0,
Expand Down Expand Up @@ -125,7 +125,7 @@ export const OutPaths = () => {
return (
<motion.svg
className="h-100 w-full"
viewBox="300 510"
viewBox="0 0 300 510"
preserveAspectRatio="xMinYMid meet"
initial={{
opacity: 0,
Expand Down

0 comments on commit ea59540

Please sign in to comment.