mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
9 lines
209 B
TypeScript
9 lines
209 B
TypeScript
import { TextTip } from '@@/Tip/TextTip';
|
|
|
|
export function TimeTip() {
|
|
return (
|
|
<TextTip color="blue">
|
|
Time should be set according to the chosen environments' timezone.
|
|
</TextTip>
|
|
);
|
|
}
|