Skip to content

Commit

Permalink
chore(last-updates-section): min fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes committed Nov 18, 2023
1 parent 5364b7b commit 223b9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/last-updates-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const lastReleaseNote: CardProps = {
type: 'info',
description:
'Temporary freeze on automatic app distribution in preparation for Black Friday 2023',
date: new Date('10/20/2023'),
date: new Date('11/17/2023'),
},
updateType: 'release-notes',
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/multiselect/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const input: SxStyleProp = {
background: '#F4F4F4',
borderRadius: '4px',
justifyContent: 'space-between',
width: '210px',
width: '240px',
cursor: 'pointer',
}

Expand Down

0 comments on commit 223b9ee

Please sign in to comment.