Skip to content

Commit ed7bce9

Browse files
committed
Remove unused prop
1 parent 5899af6 commit ed7bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SnippetCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CopyIcon, ExpandIcon } from "./Icons";
44
import slugify from "../utils/slugify";
55
import Button from "./Button";
66

7-
const SnippetCard = ({ title, language, category, icon }: SnippetCardProps) => {
7+
const SnippetCard = ({ title, language, category }: SnippetCardProps) => {
88
return (
99
<li className="snippet">
1010
<div className="snippet__preview">

0 commit comments

Comments
 (0)