File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/pages/[locale]/examples/built-in-utilities Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ const ErrorsHandlingPage: NextPage<Props> = (props): JSX.Element => {
76
76
This page doesn't exist and should display a 404 page.
77
77
</ Alert >
78
78
79
+ < Alert color = { 'danger' } >
80
+ Clicking on the link doesn't do anything, I don't know if it's meant to be a feature, but
81
+ < ExternalLink href = { 'https://github.com/vercel/next.js/issues/13516' } suffix = { null } > this is probably a bug</ ExternalLink > .
82
+ </ Alert >
83
+
79
84
< p >
80
85
< I18nLink href = { '/404-csr' } > This is a client-side navigation (CSR)</ I18nLink >
81
86
</ p >
@@ -87,7 +92,7 @@ const ErrorsHandlingPage: NextPage<Props> = (props): JSX.Element => {
87
92
/>
88
93
< br />
89
94
90
- < h2 > 400 - Using full page reload</ h2 >
95
+ < h2 > 404 - Using full page reload</ h2 >
91
96
92
97
< Alert color = { 'info' } >
93
98
This page doesn't exist and should display a 404 page.
You can’t perform that action at this time.
0 commit comments