From 01524b67b065c0b4d7699dfc1f827495ac07002f Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 10 Jun 2023 14:42:42 -0400 Subject: [PATCH] add bottom image --- public/rss/feed.xml | 2 +- public/rss/fr/feed.xml | 2 +- src/components/Footer/Footer.tsx | 14 ++++++++++++-- src/components/Search/Search.tsx | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/public/rss/feed.xml b/public/rss/feed.xml index 2b7deff..663b690 100644 --- a/public/rss/feed.xml +++ b/public/rss/feed.xml @@ -4,7 +4,7 @@ The David Dias | Front-End Developer, podcaster & content creator https://thedaviddias.dev Hey, I'm David Dias! Front-End Developer based in Toronto/Canada. I love talking about code, technology, expatriation and life. - Sat, 10 Jun 2023 17:47:04 GMT + Sat, 10 Jun 2023 18:41:32 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en diff --git a/public/rss/fr/feed.xml b/public/rss/fr/feed.xml index 8dbfcaa..49b63c0 100644 --- a/public/rss/fr/feed.xml +++ b/public/rss/fr/feed.xml @@ -4,7 +4,7 @@ The David Dias | Développeur Front-End, podcasteur & créateur de contenu https://thedaviddias.dev Salut toi! Je m'appele David Dias. Je suis développeur Front-End, podcasteur, créateur de contenu numérique passioné pour résoudre les problèmes digitaux et humains! J'aime rencontrer de nouvelles personnes, bâtir des communautées et parler de tech, d'expatriation et de web. - Sat, 10 Jun 2023 17:47:04 GMT + Sat, 10 Jun 2023 18:41:32 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed fr diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 47894e4..c25f45a 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,3 +1,4 @@ +import Image from 'next/image' import useTranslation from 'next-translate/useTranslation' import { useEffect, useState } from 'react' @@ -70,9 +71,18 @@ export const Footer = () => { if (!mounted) return null return ( -
+
+
+ +