Skip to content

Commit

Permalink
Edit remove px
Browse files Browse the repository at this point in the history
  • Loading branch information
jominjimail committed May 30, 2020
1 parent a9ea044 commit b5d5012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/CategoryHeader/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const useStyles = makeStyles({
display: 'flex',
flexWrap: 'wrap',
justifyContent: 'flex-start',
maxWidth: '375px',
maxWidth: '375',
padding: '0 0.5rem',
},
content: {
Expand Down
1 change: 1 addition & 0 deletions client/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const LikePropsInitialValue = {

export const PublicImageCategoryPath = '/images/category/';

// TODO(jominjimail): replace this array with enum type
export const ImageArray = [
'icon_all_108x108',
'icon_distilled_108x108',
Expand Down

0 comments on commit b5d5012

Please sign in to comment.