Skip to content

Commit

Permalink
Merge pull request #59 from Moaguide-develop/feat/mainpage
Browse files Browse the repository at this point in the history
feat: 베너 커서 포인터
  • Loading branch information
jiohjung98 authored Oct 9, 2024
2 parents 383781f + fefb5f6 commit c9a6c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/MainReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const MainReport = () => {
</div>
</div>
{/* 캐러셀 이미지 */}
<div className="hidden mt-[26px] sm:block" onClick={handleGuideClick}>
<div className="hidden mt-[26px] sm:block cursor-pointer" onClick={handleGuideClick}>
<img src="/images/home/report_main.svg" alt="" />
</div>
<div className="mt-5 sm:hidden mx-auto rounded-[12px] h-[130px] w-full bg-cover bg-[url('/images/home/report_layout.svg')]">
Expand Down
2 changes: 1 addition & 1 deletion src/components/practice/PracticeIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const PracticeIndex = () => {
return (
<div>
<Container>
<section className="hidden sm:flex justify-center mt-6 pb-[29px]" onClick={handleGuideClick}>
<section className="hidden sm:flex justify-center mt-6 pb-[29px] cursor-pointer" onClick={handleGuideClick}>
<img src="/images/report/report_main.svg" alt="" />
</section>
<section className="">
Expand Down

0 comments on commit c9a6c5b

Please sign in to comment.