Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 160ff8d

Browse files
committed
fix: filter
1 parent 426d15f commit 160ff8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/element/apr/AprTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default function AprTooltip(props: AprTooltipProps) {
130130
</Group>
131131
)}
132132
{!displayClammWarning && description && (
133-
<Group className="">
133+
<Group className="my-md">
134134
<Text size="xs" look="soft">
135135
{description}
136136
</Text>

src/modules/opportunity/hooks/useOpportunityFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function useOpportunityFilters() {
145145
),
146146
"lastCampaignCreatedAt-desc": (
147147
<Group className="flex-nowrap !gap-sm">
148-
<Text look="bold">{filtersConfigEnabled?.["created-desc"]?.name || "By Most Recent Campaign"}</Text>
148+
<Text look="bold">{filtersConfigEnabled?.["lastCampaignCreatedAt-desc"]?.name || "Newest Arrivals"}</Text>
149149
<Icon remix="RiArrowDownLine" />
150150
</Group>
151151
),

0 commit comments

Comments
 (0)