Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
technoph1le committed Nov 8, 2024
1 parent 5899af6 commit ed7bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SnippetCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CopyIcon, ExpandIcon } from "./Icons";
import slugify from "../utils/slugify";
import Button from "./Button";

const SnippetCard = ({ title, language, category, icon }: SnippetCardProps) => {
const SnippetCard = ({ title, language, category }: SnippetCardProps) => {
return (
<li className="snippet">
<div className="snippet__preview">
Expand Down

0 comments on commit ed7bce9

Please sign in to comment.