Skip to content

Commit

Permalink
Merge pull request #94 from Funssion-SWM/develop
Browse files Browse the repository at this point in the history
Chore: 자잘한 거 수정
  • Loading branch information
dongree authored Dec 24, 2023
2 parents f311bd9 + 8700fea commit c67ec29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/questions/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default async function QuestionLayout({
isLogin={isLogin}
notifications={notifications}
profileImageFilePath={profileImageFilePath}
currentPage="memos"
currentPage="questions"
authority={authority}
/>
<LayoutWrapper paddingY="sm:py-5">{children}</LayoutWrapper>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const MAX_IMAGE_BYTE = 10485760;

export const MEMO_NUMBER_PER_PAGE_FOR_INFINITY_SCROLL = 20;
export const SERIES_NUMBER_PER_PAGE_FOR_INFINITY_SCROLL = 20;
export const QUESTION_NUMBER_PER_PAGE_FOR_INFINITY_SCROLL = 10;
export const QUESTION_NUMBER_PER_PAGE_FOR_INFINITY_SCROLL = 20;

export const MAIN_PATH = '/series';

Expand Down

0 comments on commit c67ec29

Please sign in to comment.