web client changfed

This commit is contained in:
2020-10-06 22:03:53 +02:00
parent 06728d32f1
commit becf66a5fa
12 changed files with 202 additions and 92 deletions

View File

@@ -4,7 +4,7 @@ export default class Footer extends React.Component {
render() {
return (
<div className="footer">
<p>Bankai Software 2020</p>
<p>Bankai Software 2020 (wersja testowa aplikacji)</p>
</div>
);
}