Skip to content

Commit

Permalink
Update quicklaunch.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Feb 1, 2024
1 parent e652d8f commit 578def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/quicklaunch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default function QuickLaunch({
<div className="flex flex-col md:flex-row text-left items-baseline mr-4 pointer-events-none">
{r.type !== "searchSuggestion" && <span className="mr-4">{r.name}</span>}
{r.type === "searchSuggestion" && (
<div class="flex-nowrap">
<div className="flex-nowrap">
<span className="whitespace-pre">
{r.name.indexOf(searchString) === 0 ? searchString : ""}
</span>
Expand Down

0 comments on commit 578def3

Please sign in to comment.