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 8, 2024
1 parent 9636565 commit 441ddfe
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 @@ -75,8 +75,8 @@ const PropertyOverview = ({ deedData, isOwner, isValidator, refresh }: Props) =>
<div className="text-5xl font-['Coolvetica'] font-extra-condensed font-bold uppercase">{deedData.propertyDetails.propertyAddress}</div>

<div className="flex flex-row gap-4 items-center">
<Address address={deedData.owner} label="Owner" size="[15px]" />
<Address address="The Deed & Title Co." label="Validator" size="[15px]" />
<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 sm:p-1.5 rounded-md"
onClick={() => handleChatClick()}
Expand Down

0 comments on commit 441ddfe

Please sign in to comment.