Skip to content

Commit

Permalink
Added +PEN to APR
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagd authored Dec 13, 2024
1 parent 940ed1d commit 90b6ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nabla/Pools/Swap/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const aprColumn: ColumnDef<SwapPoolColumn> = {
const value = props.renderValue();
if (typeof value !== 'string' && typeof value !== 'number') return <></>;
return (
<Badge className="h-auto rounded-lg bg-success/35 px-2 py-1 text-blackAlpha-700 dark:text-white">{value}%</Badge>
<Badge className="h-auto rounded-lg bg-success/35 px-2 py-1 text-blackAlpha-700 dark:text-white">{value}% + $PEN</Badge>
);
},
enableSorting: true,
Expand Down

0 comments on commit 90b6ef2

Please sign in to comment.