Integrate SP auctions for app deployment #2

Merged
nabarun merged 42 commits from ng-integrate-auction into main 2024-10-18 12:37:01 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a662ebc018 - Show all commits

View File

@ -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 */}

View File

@ -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>