Overnap
Builds for 1 pipeline failed in 21 seconds

Word의 위치 수정

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