Skip to content

Commit

Permalink
Update component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Aug 24, 2024
1 parent 98d3140 commit 8685d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/search/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Search: FunctionComponent<InputProps> = (props): ReactElement => {
<Input
icon={<CarbonSearch />}
rightSection={<Kbd sx={{ userSelect: "none" }}>/</Kbd>}
placeholder="Search"
//placeholder="Search"
component="button"
onClick={spotlight.open}
pointer
Expand Down

0 comments on commit 8685d95

Please sign in to comment.