Skip to content

Commit

Permalink
improve footer (codinasion#5734)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshraj8843 committed Dec 17, 2022
1 parent 1139b5c commit 0a9565e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion website/src/components/Footer/FooterText.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Typography } from "@mui/material";
import CodeIcon from "@mui/icons-material/Code";

import Link from "@/components/Link";

Expand All @@ -13,9 +14,18 @@ export default function FooterText(props: FooterTextProps) {
color="text.secondary"
align="center"
{...props}
style={{
verticalAlign: "middle",
}}
>
<b className="footer-text">
{"Made with ❤️ by "}
<CodeIcon
fontSize="medium"
style={{
verticalAlign: "middle",
}}
/>
{" with ❤️ by "}
<Link color="inherit" href="https://github.com/codinasion">
Codinasion
</Link>
Expand Down

0 comments on commit 0a9565e

Please sign in to comment.