From 402b77fa21c0395580048811d82ab7e5ccb8c16e Mon Sep 17 00:00:00 2001 From: adam-skowronek Date: Wed, 22 Jun 2022 21:12:53 +0200 Subject: [PATCH] Add logout link --- frontend/src/components/TopBar.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 + ) }