diff --git a/src/Galleria.js b/src/Galleria.js index c1ae37f..fec589f 100644 --- a/src/Galleria.js +++ b/src/Galleria.js @@ -145,14 +145,14 @@ const ContenitoreMessaggio = ({ messaggi }) => { cambiaindiceCorrente(indiceCorrente - 1)} > - + )} {indiceCorrente < messaggi.length - 1 && ( cambiaindiceCorrente(indiceCorrente + 1)} > - + )} @@ -213,6 +213,7 @@ const Messaggio = ({ messaggioDaMostrare }) => {

{ da {messaggioDaMostrare.autore}

)} -

+

{date.toLocaleString("it-IT", { timeStyle: "short", dateStyle: "short",