File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,17 @@ const NotFoundPage = () => {
3232 found!
3333 </ h1 >
3434 < p className = "text-lg max-lg:text-sm font-light font-modern leading-6 tracking-tight" >
35- < a
36- href = "https://github.com/tonybnya"
37- target = "_blank"
38- className = "text-yellow-500 font-bold animate-pulse"
39- >
40- Tony
41- </ a > { " " }
42- is just in a click away. Let's go back and
43- < br />
44- continue with serious stuff.
35+ { /* <a */ }
36+ { /* href="https://github.com/tonybnya" */ }
37+ { /* target="_blank" */ }
38+ { /* className="text-yellow-500 font-bold animate-pulse" */ }
39+ { /* > */ }
40+ { /* Tony */ }
41+ { /* </a>{" "} */ }
42+ { /* is just in a click away. Let's go back and */ }
43+ { /* <br /> */ }
44+ { /* continue with serious stuff. */ }
45+ Return to serious stuff.
4546 </ p >
4647
4748 < a
@@ -50,7 +51,8 @@ const NotFoundPage = () => {
5051 rel = "noopener noreferrer"
5152 aria-label = "Go to home page"
5253 >
53- Go to Home
54+ Home
55+ { /* Go to Home */ }
5456 </ a >
5557 </ div >
5658
You can’t perform that action at this time.
0 commit comments