Skip to content

Commit

Permalink
Fixed bookmarks filter section
Browse files Browse the repository at this point in the history
  • Loading branch information
Made1ra committed Nov 28, 2024
1 parent 3827bf0 commit 5d91449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/constants/translations/en/bookmarked-offers-page.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Bookmarks",
"search": "Search for offer",
"search": "Search for offer or request",
"notFound": {
"description": "We couldn’t find any bookmarks."
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/translations/uk/bookmarked-offers-page.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Закладки",
"search": "Пошук пропозиції",
"search": "Пошук пропозиції або запиту",
"notFound": {
"description": "Не знайдено збережених пропозицій."
},
Expand Down
3 changes: 2 additions & 1 deletion src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const styles = {
alignItems: 'center',
gap: '10px',
scrollMarginTop: '16px',
marginBottom: '1rem',
[theme.breakpoints.up('md')]: {
flexDirection: 'row',
justifyContent: 'space-between',
Expand All @@ -17,7 +18,7 @@ export const styles = {
searchBox: (theme: Theme) => ({
width: '100%',
[theme.breakpoints.up('md')]: {
width: '285px'
width: '295px'
}
}),
filterInput: {
Expand Down

0 comments on commit 5d91449

Please sign in to comment.