hyper-tuner/hyper-tuner-cloud

View on GitHub
src/components/Tune/Dialog/LandscapeNotice.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { RotateLeftOutlined } from '@ant-design/icons';
import { Result } from 'antd';

const LandscapeNotice = () => (
  <Result title="Turn your device to landscape mode" icon={<RotateLeftOutlined />} />
);

export default LandscapeNotice;