Change Oiva report download link icon

This commit is contained in:
2022-11-14 16:47:42 +02:00
parent cd6510abab
commit be9c83158f

View File

@@ -3,7 +3,7 @@ import Image from 'next/image';
import { OpenHours } from '../components/OpenHours'; import { OpenHours } from '../components/OpenHours';
import { ScrollToTop } from '../components/ScrollToTop'; import { ScrollToTop } from '../components/ScrollToTop';
import { NextSeo } from 'next-seo'; import { NextSeo } from 'next-seo';
import { FiExternalLink } from 'react-icons/fi'; import { FiExternalLink, FiDownload } from 'react-icons/fi';
export default function Index() { export default function Index() {
return ( return (
@@ -109,7 +109,7 @@ export default function Index() {
</a> </a>
</div> </div>
<a href='/oiva.pdf' className={styles.link + ' ' + styles.oivaLink}> <a href='/oiva.pdf' className={styles.link + ' ' + styles.oivaLink}>
Oiva-raportti <FiExternalLink /> Oiva-raportti <FiDownload />
</a> </a>
</section> </section>