Skip to content

Commit

Permalink
refactor: Remove Pro badge from PostAccount component
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 1, 2025
1 parent b0c9148 commit 93290a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/components/Post/PostAccount.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Pro from "@components/Shared/Account/Icons/Pro";
import Verified from "@components/Shared/Account/Icons/Verified";
import formatRelativeOrAbsolute from "@hey/helpers/datetime/formatRelativeOrAbsolute";
import getAccount from "@hey/helpers/getAccount";
Expand Down Expand Up @@ -55,7 +54,6 @@ const PostAccount: FC<PostAccountProps> = ({
/>
</WrappedLink>
<Verified address={account.address} iconClassName="size-4" />
<Pro account={account} iconClassName="size-4" />
{timestamp ? (
<span className="ld-text-gray-500">
<span className="mr-1">·</span>
Expand Down

0 comments on commit 93290a7

Please sign in to comment.