diff --git a/frontend/src/components/TopBar.tsx b/frontend/src/components/TopBar.tsx index 65f9f0c..d992936 100644 --- a/frontend/src/components/TopBar.tsx +++ b/frontend/src/components/TopBar.tsx @@ -13,6 +13,9 @@ const TopBar = ({ routes }: { routes: { name: string; path: string }[] }) => { ))} + + Wyloguj + ) }