Skip to content

Commit

Permalink
removed {} from the props
Browse files Browse the repository at this point in the history
  • Loading branch information
hemik000 committed Dec 31, 2023
1 parent 4aa9119 commit a2594a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/command-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const CommandMenu = ({ links }: Props) => {
</p>
<Button
onClick={() => setOpen((open) => !open)}
variant={"outline"}
size={"icon"}
variant="outline"
size="icon"
className="fixed bottom-4 right-4 flex rounded-full shadow-2xl print:hidden xl:hidden"
>
<CommandIcon className="my-6 h-6 w-6" />
Expand Down

0 comments on commit a2594a0

Please # to comment.