Skip to content

Commit

Permalink
fix: 물결 컴포넌트 path 내부 명령어를 올바르게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hjy0951 committed Nov 21, 2024
1 parent e466296 commit 7e664ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/atoms/waves/waves.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Waves = ({
Q ${width / 4} ${offsetY + waveAmplitude} ${width / 2} ${offsetY}
T ${width} ${offsetY}
V ${offsetY + waveHeight}
T 0 ${offsetY + waveHeight}
H ${offsetY + waveHeight} 0
Z
`;
};
Expand Down

0 comments on commit 7e664ff

Please sign in to comment.