Skip to content

Commit

Permalink
Update pagination bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Stepanov committed Dec 15, 2023
1 parent ec7a963 commit a40f719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PaginationToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export function PaginationToolbar(_props: PaginationToolbarProps) {
>
{totalHits && (
<Flex style={{ order: -1, flexGrow: 1 }}>
<FlexItem style={{ flex: '0 0 23%' }} />
<Flex>
<FlexItem>Search results for:</FlexItem>
<FlexItem
Expand Down

0 comments on commit a40f719

Please sign in to comment.