From a1aab491f0b3f9ab362140dfae1d96ff1fc0b38c Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+franjsco@users.noreply.github.com> Date: Sun, 15 Mar 2020 00:16:10 +0100 Subject: [PATCH] Modificato Infobox --- src/components/Infobox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Infobox.js b/src/components/Infobox.js index 1c3b79d..e761006 100644 --- a/src/components/Infobox.js +++ b/src/components/Infobox.js @@ -6,7 +6,7 @@ const Infobox = (props) => { return (
- Ultimo aggiornamento dati: + Ultimo aggiornamento: { dataAggiornamento }
);