From 5915576bd55d3597b4ff7a4573d0f830e55efe5a Mon Sep 17 00:00:00 2001 From: Jarrison Cano Date: Thu, 10 Oct 2024 15:50:23 -0500 Subject: [PATCH] add refactor to all the web --- app/components/FAQ.tsx | 2 +- app/components/Footer.tsx | 2 +- app/components/Nav.tsx | 15 ++------------- app/components/Schedule.tsx | 2 +- app/components/Ticket.tsx | 2 +- app/components/TicketDownload.tsx | 2 +- app/components/WelcomeHero.tsx | 9 ++++----- app/components/common/Contributors.tsx | 2 +- app/components/common/Summary.tsx | 2 +- app/components/common/Table.tsx | 2 +- app/components/ui/button.tsx | 2 +- app/page.tsx | 2 +- 12 files changed, 16 insertions(+), 28 deletions(-) diff --git a/app/components/FAQ.tsx b/app/components/FAQ.tsx index 45798f6..70f2024 100644 --- a/app/components/FAQ.tsx +++ b/app/components/FAQ.tsx @@ -46,7 +46,7 @@ const questions = [ export const FAQ = () => { return (
-

+

Preguntas frecuentes

diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 027e1af..ce64119 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -39,7 +39,7 @@ export const Footer = () => { "max-w-7xl w-full mx-auto text-center mb-10 flex flex-col justify-between items-center" ), socialIcon: cn("inline-flex"), - copyRight: cn("text-sm mt-5 inset-x-0 bottom-2"), + copyRight: cn("text-sm mt-5 inset-x-0 bottom-2 text-center px-2"), }; const renderSocialIcons = () => diff --git a/app/components/Nav.tsx b/app/components/Nav.tsx index ad99bac..102a235 100644 --- a/app/components/Nav.tsx +++ b/app/components/Nav.tsx @@ -121,12 +121,6 @@ export const Nav = () => {
)} - - Votar charlas - {user ? (
{isOpen && ( @@ -191,12 +185,7 @@ export const Nav = () => { : "max-h-0 opacity-0 overflow-hidden" }`} > - - Votar charlas - + {user ? (