Commit 626fb06a authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

change word in footer

parent db2a4040
...@@ -4,7 +4,14 @@ import React from "react"; ...@@ -4,7 +4,14 @@ import React from "react";
export default function Footer() { export default function Footer() {
return ( return (
<Box sx={{ p: 3, display: "flex", justifyContent: "end" , alignItems: "center"}}> <Box
sx={{
p: 3,
display: "flex",
justifyContent: "end",
alignItems: "center",
}}
>
<a <a
className="flex items-center text-slate-800 font-medium no-underline hover:underline md:mx-5" className="flex items-center text-slate-800 font-medium no-underline hover:underline md:mx-5"
href="https://github.com/nawasan111/final-exam" href="https://github.com/nawasan111/final-exam"
...@@ -15,7 +22,7 @@ export default function Footer() { ...@@ -15,7 +22,7 @@ export default function Footer() {
className="text-slate-800 font-medium no-underline hover:underline md:mx-5" className="text-slate-800 font-medium no-underline hover:underline md:mx-5"
href="https://github.com/Arikato111" href="https://github.com/Arikato111"
> >
Auther Developer
</a> </a>
</Box> </Box>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment