Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Nov 15, 2024
1 parent a27cd2d commit 5c346cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/images/randomImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const GATHER_RANDOM_IMAGE_ARR = [
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EA%B7%B8%EB%A6%BC13.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EA%B7%B8%EB%A6%BC10.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EA%B7%B8%EB%A6%BC9.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EB%AA%A8%EC%9E%84+-+%EB%9E%9C%EB%8D%A4+5.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EB%AA%A8%EC%9E%84+-+%EB%9E%9C%EB%8D%A4+%EC%9D%B4%EB%AF%B8%EC%A7%80.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EB%AA%A8%EC%9E%84-+%EB%9E%9C%EB%8D%A4+5.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EB%AA%A8%EC%9E%84+-+%EB%9E%9C%EB%8D%A4+3.jpg",
"https://studyabout.s3.ap-northeast-2.amazonaws.com/%EB%AA%A8%EC%9E%84+%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80/%EB%AA%A8%EC%9E%84+-+%EB%9E%9C%EB%8D%A4+4.jpg",
];

export const GROUP_GATHERING_IMAGE =
Expand Down
2 changes: 1 addition & 1 deletion pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ function Home() {
<HomeNav />
</Slide>
<Slide>
<HomeGroupSection />
<HomeGatherSection />
<HomeReviewSection />
<HomeGroupSection />
</Slide>
{/* <Slide isNoPadding>
<HomeStudySection />
Expand Down

0 comments on commit 5c346cd

Please sign in to comment.