Skip to content

Commit

Permalink
Changed repost button
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 14, 2024
1 parent 981cd61 commit c319b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/punk-society/PostCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CommentSection from "./CommentSection";
import LikeButton from "./LikedButton";
import { ProfileAddress } from "./ProfileAddress";
import {
ArrowUturnUpIcon,
ArrowPathRoundedSquareIcon,
ChatBubbleLeftIcon,
MagnifyingGlassPlusIcon,
ShareIcon,
Expand Down Expand Up @@ -108,7 +108,7 @@ export const PostCard = ({ post, isGrid }: { post: Post; isGrid: boolean }) => {
)}
</button>
<button className="icon-button">
<ArrowUturnUpIcon className="repost-icon text-red-600" />
<ArrowPathRoundedSquareIcon className="repost-icon text-red-600" />
</button>
<button onClick={handleShare} className="icon-button">
<ShareIcon className="repost-icon " />
Expand Down

0 comments on commit c319b24

Please sign in to comment.