From cff2a9b085c8cd16018781e0c38a8a8474ba495c Mon Sep 17 00:00:00 2001 From: Baptiste Marcel Date: Tue, 28 Nov 2023 13:21:22 +0100 Subject: [PATCH] modification navbar + info dynamique --- cryptide_project/src/App.tsx | 4 ++-- cryptide_project/src/Components/NavBar.tsx | 15 +++++++++------ cryptide_project/src/Pages/InfoPage.tsx | 21 ++++++++++++++++++--- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index f6a601f..8fcf6dd 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -77,10 +77,10 @@ function App() { {hasNavbarVisible && } - } /> + } /> } /> } /> - } /> + } /> } /> } /> }/> diff --git a/cryptide_project/src/Components/NavBar.tsx b/cryptide_project/src/Components/NavBar.tsx index a1074e3..2451992 100644 --- a/cryptide_project/src/Components/NavBar.tsx +++ b/cryptide_project/src/Components/NavBar.tsx @@ -53,12 +53,15 @@ function AppNavbar({changeLocale}) {