Skip to content

Commit

Permalink
Other typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evrys committed Sep 23, 2024
1 parent 19074a4 commit ecb6e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/CodeFab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type CodeFabProps = {

export function CodeFab({ selected, ...props }: CodeFabProps) {
return (
<SelecteableFab
<SelectableFab
selected={selected}
{...props}
color={"secondary"}
Expand Down

0 comments on commit ecb6e18

Please sign in to comment.