Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
kuck1 committed Jun 12, 2024
1 parent a4020aa commit ee042d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion apps/app/src/pages/search/[...params]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const SearchResults = () => {
return (
<>
<Head>
<title>{t('page-title.base', { ns: 'common', title: t('page-title.search-results') })}</title>
<title>{t('page-title.base', { ns: 'common', title: '$t(page-title.search-results)' })}</title>
</Head>

<LocationBasedAlertBanner lat={lat} lon={lon} type='primary' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ const useStyles = createStyles((theme) => ({
justifyContent: 'flex-start',
},

primaryContainer: {
[theme.fn.smallerThan('xl')]: {},
},

secondaryContainer: {
[theme.fn.smallerThan('sm')]: {},
},

primary: {
height: rem(52),
display: 'flex',
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/theme/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const colors = {
coolGray: '#d9d9d9',
red: '#C05C4A',
pink: '#D4A1BA',
lightPink: '#F2E1E9',
lightGreen: '#E4F9EA',
lightBlue: '#79ADD7',
purple: '#705890',
darkBlue: '#3c4e8f',
Expand Down

0 comments on commit ee042d7

Please sign in to comment.