test
This commit is contained in:
parent
38acf81a9d
commit
9ede75a5a2
@ -62,7 +62,7 @@ export const AuctionData = ({
|
||||
<div className="flex justify-between items-center py-3 text-sm">
|
||||
<div className="flex items-center text-elements-high-em gap-2">
|
||||
<GlobeIcon />
|
||||
<span>Auction data</span>
|
||||
<span>Auction details</span>
|
||||
</div>
|
||||
|
||||
{/* AUCTION STATUS */}
|
||||
|
@ -137,7 +137,6 @@ const OverviewTabPanel = () => {
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<AuctionData project={project}/>
|
||||
<OverviewInfo label="Domain" icon={<GlobeIcon />}>
|
||||
{liveDomain ? (
|
||||
<Tag type="positive" size="xs" leftIcon={<CheckRoundFilledIcon />}>
|
||||
@ -207,6 +206,7 @@ const OverviewTabPanel = () => {
|
||||
No current deployment found.
|
||||
</p>
|
||||
)}
|
||||
<AuctionData project={project}/>
|
||||
</div>
|
||||
<Activity activities={activities} isLoading={fetchingActivities} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user