File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import PinDropIcon from '@mui/icons-material/PinDrop';
22import { Box , Typography } from '@mui/material' ;
33import Link from 'next/link' ;
44
5- import PageFooter from '@/component/PageFooter' ;
5+ import PageFooter from '@/component/shared/ PageFooter' ;
66import { SITE_CONFIG } from '@/constant' ;
77
88export default function Homepage ( { reactVersion = 'unknown' } ) {
@@ -46,7 +46,7 @@ export default function Homepage({ reactVersion = 'unknown' }) {
4646 < Link href = '/test-page-not-exists' > Test 404 page not found</ Link >
4747 </ Box >
4848 < Box sx = { { m : 5 } } >
49- < Link href = '/?slug=testError500' > Test 500 error page</ Link >
49+ < a href = '/?slug=testError500' > Test 500 error page</ a >
5050 </ Box >
5151 </ Box >
5252 </ section >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments