From 9a5b4259808d719a531eca18dff993eeeff71bc1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 23 Apr 2023 12:19:07 -0600 Subject: Simplificada interfaz --- src/components/navbar.tsx | 111 ++++++++++++++++------------------------------ 1 file changed, 38 insertions(+), 73 deletions(-) (limited to 'src/components/navbar.tsx') diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index b7c04ee..2fd650d 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -5,85 +5,50 @@ import "./stylesheets/shared.css"; export default function Navbar() { return( <> - + ); } \ No newline at end of file -- cgit v1.2.3