Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintae Kim authored Sep 28, 2024
2 parents d3c0206 + 3a8135e commit bc8abf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Mainpage/AdditionalIntroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default function AdditionalIntroSection() {

<div className="mt-24 mb-24 sm:mt-60 sm:mb-40 text-white">
<StartButton /> {/* ๋กœ๊ทธ์ธ ์ƒํƒœ์— ๋”ฐ๋ผ prop ๋ณ€๊ฒฝ */}

</div>
</section>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export default function Guide() {
)}

{/* ๋ถ€๋ชจ ์š”์†Œ์— flex์™€ justify-center ์ถ”๊ฐ€ */}

<div className="mt-24 mb-24 sm:mt-60 sm:mb-40 text-white flex justify-center transfrom transition-transform duration-300 hover:scale-105">
<StartButton /> {/* ๋กœ๊ทธ์ธ ์ƒํƒœ์— ๋”ฐ๋ผ prop ๋ณ€๊ฒฝ */}
</div>
</div>
);
}

0 comments on commit bc8abf3

Please sign in to comment.