Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 16, 2025
1 parent 09842ae commit 5f6d5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/FeedItem.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExternalLink } from "lucide-react";
import { HiExternalLink } from "react-icons/hi";
import { TwitterSubmission } from "../types/twitter";

const BOT_ID = "test_curation";
Expand Down Expand Up @@ -53,7 +53,7 @@ export const FeedItem = ({ submission }: FeedItemProps) => {
className="text-gray-600 hover:text-gray-800 transition-colors"
title="View original post on X/Twitter"
>
<ExternalLink className="h-4 w-4" />
<HiExternalLink className="h-4 w-4" />
</a>
<span className="text-gray-500">·</span>
<span className="text-gray-600 font-serif">
Expand Down

0 comments on commit 5f6d5e8

Please sign in to comment.