diff --git a/client/src/App.tsx b/client/src/App.tsx
index d3e1250..b144832 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -15,6 +15,7 @@ import { SelectSearchOption } from 'react-select-search';
import { faTrashCan } from '@fortawesome/free-regular-svg-icons';
import { useBank } from './context/bank';
import { ClientData, Restaurants, Food, Pizza, Order, Locations, PizzaOrder, PizzaDayState } from './types';
+import Footer from './components/Footer';
const EVENT_CONNECT = "connect"
@@ -444,6 +445,7 @@ function App() {
>}
+
>
);
}
diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx
new file mode 100644
index 0000000..66baa6f
--- /dev/null
+++ b/client/src/components/Footer.tsx
@@ -0,0 +1,7 @@
+import { Navbar } from "react-bootstrap";
+
+export default function Footer() {
+ return
+ 🄯 Kancelář 51, Marbes s.r.o. Žádná práva nevyhrazena. TODO a zdrojové kódy dostupné zde.
+
+}
\ No newline at end of file