mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Change "Cmd" to "⌘"
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
8e79631f86
commit
7a2be11436
|
@ -96,7 +96,7 @@ const UPlotChart: FC<UPlotChartProps> = ({
|
|||
/>
|
||||
<Text fz="xs" c="dimmed" ml={40} mt={-25} mb="lg">
|
||||
Click: show single series,{" "}
|
||||
{navigator.userAgent.includes("Mac") ? "Cmd" : "Ctrl"} + click: hide
|
||||
{navigator.userAgent.includes("Mac") ? "⌘" : "Ctrl"} + click: hide
|
||||
single series
|
||||
</Text>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue