Skip to content

Commit

Permalink
fix--2
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Dec 19, 2023
1 parent cad0fdb commit 6cdb5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nextjs/src/components/ui/post-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { HiCheckBadge, HiOutlineShare } from "react-icons/hi2";
import { Button } from '@/components/ui/button';
import { POST_PAGE } from '@/app/(with wallet)/_components/page-links';
import { Content, POST_TYPES } from "@/lib/types";
import Voter from './voter';
import Voter from '@/components/ui/voter';
import { formatDistance } from 'date-fns';
import { RichTextDisplayContainer } from '@/components/ui/rich-text-display-container';
import { Badge } from './badge';
Expand Down

0 comments on commit 6cdb5ec

Please sign in to comment.