Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 6, 2024
1 parent 081fc8d commit 9e41fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/validation/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const Page = ({ router }: WithRouterProps) => {
<div className="flex flex-col lg:flex-row gap-4 w-full">
<div className="flex flex-col gap-4 w-full lg:w-3/5">
<div className="flex flex-row w-full justify-between">
<div className="text-2xl">Property Details</div>
<div className="text-2xl">Validation History</div>
<div className="flex flex-row items-center gap-4">
<button className="btn btn-sm border-white border-opacity-10 m-1 btn-square rounded-lg">
<svg
Expand Down

0 comments on commit 9e41fa7

Please sign in to comment.