import React from "react";
import { IoHeart } from "react-icons/io5";
import * as Styled from "./index.styled";
export function Footer() {
return (
<footer>
<Styled.Text>
Made with <IoHeart /> by{" "}
<Styled.Link href="https://twitter.com/synowski_maciej">
Maciej Synowski
</Styled.Link>
</Styled.Text>
</footer>
);
}
send patches to the email below yukais@pinapelz.com
include the subject [PATCH repo_name]