first commit
This commit is contained in:
13
src/components/403/403Page.tsx
Normal file
13
src/components/403/403Page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { Button, Result } from 'antd';
|
||||
|
||||
const UnAccessPage: React.FC = () => (
|
||||
<Result
|
||||
status="403"
|
||||
title="403"
|
||||
subTitle="Sorry, you are not authorized to access this page."
|
||||
extra={<Button type="primary">Back Home</Button>}
|
||||
/>
|
||||
);
|
||||
|
||||
export default UnAccessPage;
|
||||
Reference in New Issue
Block a user