Skip to content

Commit

Permalink
Merge pull request #90 from karrotmvp/feature/#84
Browse files Browse the repository at this point in the history
배너 이벤트
  • Loading branch information
jjunyjjuny committed Dec 3, 2021
2 parents c363429 + 2d46578 commit ab2027f
Show file tree
Hide file tree
Showing 19 changed files with 370 additions and 1,400 deletions.
Binary file added src/assets/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/banner.png
Binary file not shown.
Binary file added src/assets/images/banner_detail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/assets/images/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export { default as Category3 } from "./category_3.png";
export { default as Category4 } from "./category_4.png";
export { default as DefaultProfile } from "./default_profile.png";
export { default as DefaultThumbnail } from "./default_thumbnail.png";
export { default as BannerImage } from "./banner.png";
export { default as BannerImage } from "./banner.jpg";
export { default as BannerDetail } from "./banner_detail.jpg";
export { default as Sample } from "./sample.jpg";
4 changes: 3 additions & 1 deletion src/hoc/withQueryParams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { useQueryParams } from "@karrotframe/navigator";

export type WithQueryParamsProps = {
errandId: string;
categoryId: string;
categoryId?: string;
reward?: string;
detail?: string;
};

export type Params = "errandId" | "categoryId";
Expand Down
Loading

0 comments on commit ab2027f

Please sign in to comment.