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 8, 2024
1 parent 32fd305 commit 4f622cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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-[63%]">
<div className="flex flex-row w-full items-center justify-between">
<div className="text-xl sm:text-2xl">Validation</div>
<div className="hidden sm:flex items-center text-xl sm:text-2xl w-full">Validation History</div>
<div className="flex flex-row items-center gap-2.5 sm:gap-4">
<button className="btn btn-sm border-white border-opacity-10 m-1 btn-square rounded-lg">
<svg
Expand All @@ -164,13 +164,13 @@ const Page = ({ router }: WithRouterProps) => {
</button>
<div className="join join-horizontal border border-white border-opacity-10 p-1">
<div
className="join-item py-2 px-3 text-[2.4vw] sm:text-[12px] text-zinc-400 cursor-pointer"
className="join-item py-2 px-3 text-[2.4vw] sm:text-[13px] text-zinc-400 cursor-pointer"
title="Coming Soon"
>
Overview
Property Overview
</div>
<div className="join-item py-2 px-3 text-[2.4vw] sm:text-[12px] bg-base-300 cursor-default">
Validation
<div className="join-item py-2 px-3 text-[2.4vw] sm:text-[13px] bg-base-300 cursor-default">
Validation History
</div>
</div>
<div className="dropdown dropdown-end">
Expand Down

0 comments on commit 4f622cc

Please sign in to comment.