From a1d8ae03854af0045f9630e07549bd7bb4efb33e Mon Sep 17 00:00:00 2001 From: d_yanis Date: Mon, 8 Jan 2024 22:18:34 +0100 Subject: [PATCH] Add some changes --- front/views/Home.tsx | 14 ++++++-------- src/App/Controller/UserController.php | 2 -- src/Core/Gateway/TeamGateway.php | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/front/views/Home.tsx b/front/views/Home.tsx index 9d521e3..7a98673 100644 --- a/front/views/Home.tsx +++ b/front/views/Home.tsx @@ -46,7 +46,7 @@ export default function Home({ * @param param0 username * @returns Header */ -export function Title({ username }: { username: string }) { +function Title({ username }: { username: string }) { return (