Skip to content

Commit

Permalink
Update ValidationPropertyOverview.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 5, 2024
1 parent 089c30a commit d590f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/ValidationPropertyOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ const PropertyOverview = ({ deedData, isOwner, isValidator, refresh }: Props) =>
<Address address={deedData.owner} label="Owner" size="base" />
<Address address="The Deed & Title Co." label="Validator" size="base" />
<button
className="btn btn-sm sm:btn-sm border border-white border-opacity-10 w-8 p-2 rounded-md"
className="btn btn-sm sm:btn-sm border border-white border-opacity-10 w-8 p-0 rounded-md"
onClick={() => handleChatClick()}
>
<ChatBubbleBottomCenterTextIcon className="w-auto" />
<ChatBubbleBottomCenterTextIcon className="w-7" />
</button>
</div>

Expand Down

0 comments on commit d590f08

Please sign in to comment.