Sfoglia il codice sorgente

added version number to footer

Bernadette Elena Hammerle 2 anni fa
parent
commit
c95b23909d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Footer.js

+ 1 - 1
src/Footer.js

@@ -4,7 +4,7 @@ function Footer() {
   return (
     <footer className="py-2 bg-dark fixed-bottom">
       <p className="m-0 text-center text-white">
-        Bernadette Hammerle | Project in Intelligent Information Systems | Juni 2021
+        Bernadette Hammerle | Project in Intelligent Information Systems | Juli 2021 | Version 3.0
       </p>
     </footer>
   );