diff --git a/iconoir.com/components/Footer.tsx b/iconoir.com/components/Footer.tsx index b59d6974..84bad0e1 100644 --- a/iconoir.com/components/Footer.tsx +++ b/iconoir.com/components/Footer.tsx @@ -15,6 +15,8 @@ export interface FooterCategoryProps { links: { name: string; url: string }[]; } +const year = new Date().getFullYear(); + function FooterCategory({ category, links }: FooterCategoryProps) { return ( @@ -84,7 +86,7 @@ export function Footer() { - Parts of this content are ©2020-2023 by individual Iconoir + Parts of this content are ©2020-{year} by individual Iconoir contributors. Content available under a{' '} MIT License diff --git a/iconoir.com/pages/index.tsx b/iconoir.com/pages/index.tsx index c8e31afc..2b9511df 100644 --- a/iconoir.com/pages/index.tsx +++ b/iconoir.com/pages/index.tsx @@ -43,14 +43,15 @@ const Home: NextPage = ({ Say hello - to your new icon library. + + to your new free icon library. + - A high-quality selection of free icons. No premium options or - sign-ups. Your new alternative to Noun Project, Flaticon, and all - Figma resources. Available in SVG, Font, React, React Native, Flutter, - Figma and Framer. + A high-quality selection of free icons. Your new alternative to Noun + Project, Flaticon, and all Figma resources. Available in SVG, Font, + React, React Native, Flutter, Figma and Framer. ` display: block;