modify mail address

This commit is contained in:
skidoodle 2022-06-24 11:45:55 +02:00 committed by GitHub
parent 2ed6be610d
commit 29b531a10e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ const Home = ({data}: any) => {
<IconLayout> <IconLayout>
<Icon icon={<FaGithub />} reference={'https://github.com/skidoodle'} copy={false} /> <Icon icon={<FaGithub />} reference={'https://github.com/skidoodle'} copy={false} />
<Icon icon={<FaSteam />} reference={'https://steamcommunity.com/id/_albert'} copy={false} /> <Icon icon={<FaSteam />} reference={'https://steamcommunity.com/id/_albert'} copy={false} />
<Icon icon={<FaEnvelope />} reference={'hello@albrt.hu'} copy={true} /> <Icon icon={<FaEnvelope />} reference={'contact@albert.lol'} copy={true} />
<Icon icon={<RiInstagramFill />} reference={'https://instagram.com/albertadam_'} copy={false} /> <Icon icon={<RiInstagramFill />} reference={'https://instagram.com/albertadam_'} copy={false} />
<Icon icon={<SiDiscord />} reference={'albert#8838'} copy={true} /> <Icon icon={<SiDiscord />} reference={'albert#8838'} copy={true} />
</IconLayout> </IconLayout>