From 905b819d9a7b5a336989c6e7621e18b1d9daa531 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 14 Jan 2022 19:06:01 +0100 Subject: chore(homepage): add icons to some buttons --- src/pages/index.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/pages/index.tsx') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 886552c..99d506d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -9,6 +9,8 @@ import HomePageContent from '@content/pages/homepage.mdx'; import { ButtonLink } from '@components/Buttons'; import styles from '@styles/pages/Home.module.scss'; import { t } from '@lingui/macro'; +import ContactIcon from '@assets/images/icon-contact.svg'; +import FeedIcon from '@assets/images/icon-feed.svg'; const Home: NextPageWithLayout = () => { const CodingLinks = () => { @@ -66,10 +68,16 @@ const Home: NextPageWithLayout = () => { return ( ); -- cgit v1.2.3