Explorar o código

added version number to footer

Bernadette Elena Hammerle %!s(int64=2) %!d(string=hai) anos
pai
achega
c95b23909d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
   );