diff --git a/src/App.tsx b/src/App.tsx index 33b905c..6dc00e2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,13 +9,20 @@ import Tab from '@mui/material/Tab'; function Copyright() { return ( - - {'Copyright © '} - - Nofated - {' '} - {new Date().getFullYear()}. - + <> + + {'Copyright © '} + + Nofated095 + {' '} + {new Date().getFullYear()}. + + + + 萌 ICP 备 20230721 号 + + + ); } @@ -122,9 +129,7 @@ export default function App() { - {/* */} - diff --git a/src/ProTip.tsx b/src/ProTip.tsx deleted file mode 100644 index 0894a06..0000000 --- a/src/ProTip.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import * as React from 'react'; -import Link from '@mui/material/Link'; -import SvgIcon, { SvgIconProps } from '@mui/material/SvgIcon'; -import Typography from '@mui/material/Typography'; - -function LightBulbIcon(props: SvgIconProps) { - return ( - - - - ); -} - -export default function ProTip() { - return ( - - - Pro tip: See more templates in - the MUI documentation. - - ); -}