Skip to content

Commit

Permalink
chore: add missing space (oops! 🙈)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Jan 28, 2024
1 parent 0924671 commit c55fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResultInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SearchResultInfo = ({ searchQuery, totalHits }) => (
{/* Bootstrap Alert component with a primary variant */}
<Alert variant="primary">
Showing <span className="fw-bold">{totalHits}</span> results for
<span className="fw-bold">{searchQuery}</span>
<span className="fw-bold"> {searchQuery}</span>
</Alert>
</Col>
</Row>
Expand Down

0 comments on commit c55fa27

Please sign in to comment.