Skip to content

Commit 84be496

Browse files
committed
Add note to stream rates setting
1 parent 9b1c279 commit 84be496

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

gcs/src/components/settingsModal.jsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,15 @@ function SetRatesRow() {
218218
}
219219

220220
return (
221-
<div className="mt-0! px-10 flex justify-end">
222-
<Button size="compact-xs" color="blue" onClick={onClick}>
223-
Set rates
224-
</Button>
221+
<div className="mt-0! px-10">
222+
<p className="text-xs text-gray-400 mb-2">
223+
Note: Data stream rates here apply to the dashboard only.
224+
</p>
225+
<div className="flex justify-end">
226+
<Button size="compact-xs" color="blue" onClick={onClick}>
227+
Set rates
228+
</Button>
229+
</div>
225230
</div>
226231
)
227232
}

0 commit comments

Comments
 (0)