We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5899af6 commit ed7bce9Copy full SHA for ed7bce9
src/components/SnippetCard.tsx
@@ -4,7 +4,7 @@ import { CopyIcon, ExpandIcon } from "./Icons";
4
import slugify from "../utils/slugify";
5
import Button from "./Button";
6
7
-const SnippetCard = ({ title, language, category, icon }: SnippetCardProps) => {
+const SnippetCard = ({ title, language, category }: SnippetCardProps) => {
8
return (
9
<li className="snippet">
10
<div className="snippet__preview">
0 commit comments