Skip to content

Commit

Permalink
Update ValidationPropertyDetails.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 8, 2024
1 parent 33802de commit 126e831
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/nextjs/components/ValidationPropertyDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const PropertyDetails = ({
</div>
</div>
<div className="grid grid-cols-4 auto-cols-min justify-items-start sm:gap-2 pb-6">
<button className="btn btn-link no-underline text-[2.2vw] sm:text-sm text-zinc-400 font-normal uppercase tracking-wide">
<button className="btn btn-link no-underline text-[2.2vw] sm:text-[12px] text-zinc-400 font-normal uppercase tracking-wide">
<svg
width="14"
height="14"
Expand All @@ -174,7 +174,7 @@ const PropertyDetails = ({
</svg>
<div>MLS Data</div>
</button>
<button className="btn btn-link no-underline text-[2.2vw] sm:text-sm text-zinc-400 font-normal uppercase tracking-wide">
<button className="btn btn-link no-underline text-[2.2vw] sm:text-[12px] text-zinc-400 font-normal uppercase tracking-wide">
<svg
width="14"
height="14"
Expand All @@ -200,7 +200,7 @@ const PropertyDetails = ({
</svg>
<div>Disclosures</div>
</button>
<button className="btn btn-link no-underline text-[2.2vw] sm:text-sm text-zinc-400 font-normal uppercase tracking-wide">
<button className="btn btn-link no-underline text-[2.2vw] sm:text-[12px] text-zinc-400 font-normal tracking-wide">
<svg
width="14"
height="14"
Expand All @@ -224,10 +224,10 @@ const PropertyDetails = ({
</clipPath>
</defs>
</svg>
<div>Proof of title</div>
<div>Proof of Title</div>
</button>
<button
className="btn btn-link no-underline text-[2.2vw] sm:text-sm text-zinc-400 font-normal uppercase tracking-wide"
className="btn btn-link no-underline text-[2.2vw] sm:text-[12px] text-zinc-400 font-normal uppercase tracking-wide"
onClick={refresh}
>
<svg
Expand All @@ -249,7 +249,7 @@ const PropertyDetails = ({
/>
</svg>

<div>Refresh Data</div>
<div>Refresh</div>
</button>
</div>
</div>
Expand Down

0 comments on commit 126e831

Please sign in to comment.