From cdd1159b2e78c4a76fde0dd4a45374dddfe00f1b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 30 Aug 2023 10:38:00 +0530 Subject: added conditional navbar links --- src/components/navbar/mod.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/components/navbar/mod.rs') diff --git a/src/components/navbar/mod.rs b/src/components/navbar/mod.rs index 3aaeb72..7dbc08d 100644 --- a/src/components/navbar/mod.rs +++ b/src/components/navbar/mod.rs @@ -15,6 +15,7 @@ * along with this program. If not, see . */ +mod nav; mod nav_link; use yew::prelude::*; @@ -33,9 +34,7 @@ pub fn navbar() -> Html { > - + } -- cgit v1.2.3