diff --git a/package.json b/package.json index 0fe53fd..9d10668 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev --turbopack", "build": "next build", "start:local": "next build && next start -p 3246", - "start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", + "start:dev": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", + "start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", "lint": "next lint" }, "dependencies": { diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index f5831d5..43d5735 100644 --- a/src/app/(public)/page.tsx +++ b/src/app/(public)/page.tsx @@ -51,7 +51,8 @@ export default function Page() { .replace(/^-+|-+$/g, ''); } - if (loading) return
Cargando cuestionarios...
; + if (loading) + return
Cargando cuestionarios...
; if (error) return
{error}
; return ( diff --git a/src/components/formulario-card.tsx b/src/components/formulario-card.tsx index b8d6784..a1dca6c 100644 --- a/src/components/formulario-card.tsx +++ b/src/components/formulario-card.tsx @@ -31,7 +31,7 @@ export default function FormularioCard({ return (
-
+
router.push(link)} outline className="mt-3 w-100 py-1 rounded" - variant="primary" + variant="azul" > {button_message} diff --git a/src/components/layout/footer.tsx b/src/components/layout/footer.tsx index 486d041..0d86483 100644 --- a/src/components/layout/footer.tsx +++ b/src/components/layout/footer.tsx @@ -5,15 +5,15 @@ export default function Footer() { const year = date.getFullYear(); return ( -