From e259c1d1ca51bca1f6d5615085c84ac03669d42d Mon Sep 17 00:00:00 2001 From: clara7227 Date: Tue, 15 Oct 2024 17:17:34 +0200 Subject: [PATCH] test team images --- app/design-system/page.js | 337 +------------------------------------- components/core/Cards.jsx | 4 +- next.config.mjs | 2 +- 3 files changed, 4 insertions(+), 339 deletions(-) diff --git a/app/design-system/page.js b/app/design-system/page.js index c46299b..b8c63b3 100644 --- a/app/design-system/page.js +++ b/app/design-system/page.js @@ -34,342 +34,7 @@ export default function DesignSystem(props) { return (
- Sistema de diseño - - Botones - {/* Variant */} - Variante -
- - - - - -
- - {/* Size */} - Tamaño -
- - - -
- - {/* RADIUS */} - Radius -
- - - - -
- Badges - Variant -
- - badge default - - - badge secondary - - - badge outline - -
- - {/* badge sizes */} - Size -
- - badge lg - - - badge default - - - badge sm - -
- - {/* cards */} - Cards -
- {projects.map( - ({ - id, - date, - route, - title, - subtitle, - tags, - category, - name, - position, - center, - author, - doi, - mail, - }) => { - return ( - - ); - } - )} -
- - - Cards predefinidas - -
- - - - - - - - - `} //Código SVG - /> -
-
- - Tabs{" "} - - - {/* Pasa las categorías y las tarjetas al componente Tabs */} - - -
- {filteredCards.map( - ( - { date, route, title, center, description, tags, category }, - index - ) => ( - - ) - )} -
-
- - Recent publications - - - - Jerarquías de textos - - - Títulos de 1er nivel - - - Títulos de 2o nivel - - - Títulos de 3er nivel - - - Títulos de 4o nivel - - - Títulos de 5o nivel - - - Títulos de 6º nivel - - - jerarquías de textos - jerarquías de textos +
); } diff --git a/components/core/Cards.jsx b/components/core/Cards.jsx index 1757b8e..0ef0536 100644 --- a/components/core/Cards.jsx +++ b/components/core/Cards.jsx @@ -249,8 +249,8 @@ const Card = React.forwardRef( {img && ( {/* diff --git a/next.config.mjs b/next.config.mjs index 298db07..efd4c61 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -24,7 +24,7 @@ const nextConfig = { * * @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath */ - basePath: isProd ? '/ging' : '', + basePath: isProd ? '/boiler' : '', /** * Set asset prefix. This is the URL prefix for assets.