1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00
portainer/app/react/edge/edge-jobs/components/EdgeJobForm/TimeTip.tsx

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&apos; timezone.
</TextTip>
);
}