We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1c279 commit 84be496Copy full SHA for 84be496
1 file changed
gcs/src/components/settingsModal.jsx
@@ -218,10 +218,15 @@ function SetRatesRow() {
218
}
219
220
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>
+ <div className="mt-0! px-10">
+ <p className="text-xs text-gray-400 mb-2">
+ Note: Data stream rates here apply to the dashboard only.
+ </p>
225
+ <div className="flex justify-end">
226
+ <Button size="compact-xs" color="blue" onClick={onClick}>
227
+ Set rates
228
+ </Button>
229
+ </div>
230
</div>
231
)
232
0 commit comments