Skip to content

Commit a583728

Browse files
committed
explain color in price widget
1 parent 817140b commit a583728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/components/oracle/PriceWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const PriceWidget = ({ contractName }: PriceWidgetProps) => {
5151
<TooltipInfo
5252
top={0}
5353
right={0}
54-
infoText="Displays the median price. If no oracle nodes have reported prices in the last 10 seconds, it will display 'No fresh price'."
54+
infoText="Displays the median price. If no oracle nodes have reported prices in the last 10 seconds, it will display 'No fresh price'. Color highlighting indicates how big of a change there was in the price."
5555
/>
5656
<div className={`rounded-lg transition-colors duration-1000 ${highlight ? highlightColor : ""}`}>
5757
<div className="font-bold h-10 text-4xl flex items-center justify-center">

0 commit comments

Comments
 (0)