Skip to content

Commit d76bcd7

Browse files
committed
refactor: carousel link 변경
1 parent 71f3fda commit d76bcd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/mobile/main/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ export default function MobileMain() {
7070
<div className="mt-10 flex flex-col gap-[50px] px-4 pt-4">
7171
<Carousel
7272
images={imageUrls}
73-
onClick={() => window.open('https://cs.kookmin.ac.kr/')}
73+
onClick={() =>
74+
window.open(
75+
'https://humdrum-puppet-86a.notion.site/1ab22817262580d9971cc464dc8e2c57?pvs=4',
76+
)
77+
}
7478
/>
7579

7680
<section className="flex flex-col gap-4">

0 commit comments

Comments
 (0)