import "./AboutMe.scss"; import { Tooltip } from "antd"; import { Age } from "./Age"; import { LastFmLi } from "./LastFmLi"; export function AboutMe() { function EmailHandler() { const email = "Y29udGFjdEBqYWtlY292ZXIubWU="; window.prompt("Thanks for being a human! Here's my email:", atob(email)); } return (
); }