Overnap
Builds for 1 pipeline failed in 21 seconds

Word의 위치 수정

...@@ -28,7 +28,7 @@ export const Word: React.FC<WordProps> = (props) => { ...@@ -28,7 +28,7 @@ export const Word: React.FC<WordProps> = (props) => {
28 28
29 return ( 29 return (
30 <button className={`bg-green-500 active:bg-green-600 fixed 30 <button className={`bg-green-500 active:bg-green-600 fixed
31 - text-white font-bold ${'mt-' + 40*(props.index+1)} mt-40 31 + text-white font-bold ${'mt-' + 40*(props.index+2)} mt-40
32 px-5 py-2 rounded shadow 32 px-5 py-2 rounded shadow
33 outline-none focus:outline-none hover:shadow-md 33 outline-none focus:outline-none hover:shadow-md
34 ease-linear transition-all duration-100`} 34 ease-linear transition-all duration-100`}
......