Bernadette Elena Hammerle 2 лет назад
Родитель
Сommit
076fa6a35a
1 измененных файлов с 1 добавлено и 1 удалено
  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 | Juli 2021 | Version 4.0
+        Bernadette Hammerle | Project in Intelligent Information Systems | September 2021 | Version 5a
       </p>
     </footer>
   );