Skip to content

Commit

Permalink
fix: missing space in page title
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintantawi committed Jul 14, 2023
1 parent 56b924c commit a373956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export default async function SearchPage({ searchParams }: SearchPageProps) {
<main className="container flex-1">
<header className="my-4 rounded-md border bg-background px-3 py-2">
<h1 className="text-muted-foreground">
Search results for
<span className="font-bold">
Search results for{' '}
<span className="font-bold text-foreground">
{searchParams.q ?? 'nothing there!'}
</span>
</h1>
Expand Down

0 comments on commit a373956

Please sign in to comment.