From 67110a482113c0e79f28895bdcbfef3fff1b0d01 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Mon, 2 Dec 2024 18:14:26 +0100 Subject: [PATCH] feat: bizi laba menutik kentzen du --- front/src/views/components/Hero/Hero.tsx | 2 +- .../DesktopNabigazioa/DesktopNabigazioa.tsx | 33 +++++++++---------- .../MugikorNabigazioa/MugikorNabigazioa.tsx | 13 ++++++-- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/front/src/views/components/Hero/Hero.tsx b/front/src/views/components/Hero/Hero.tsx index e7b0d9d..27885b4 100644 --- a/front/src/views/components/Hero/Hero.tsx +++ b/front/src/views/components/Hero/Hero.tsx @@ -55,7 +55,7 @@ export const Hero: React.FC = ({ izenburua, deskribapena, atala }) => { )}
- +
diff --git a/front/src/views/components/Hero/components/DesktopNabigazioa/DesktopNabigazioa.tsx b/front/src/views/components/Hero/components/DesktopNabigazioa/DesktopNabigazioa.tsx index 31eb5c0..99cb1d2 100644 --- a/front/src/views/components/Hero/components/DesktopNabigazioa/DesktopNabigazioa.tsx +++ b/front/src/views/components/Hero/components/DesktopNabigazioa/DesktopNabigazioa.tsx @@ -2,15 +2,9 @@ import React from 'react'; import { Link } from 'gatsby'; -import { classNames } from '../../../../../utilities/classnames'; import * as styles from './DesktopNabigazioa.module.scss'; -import type { AtalaName } from '../../AtalaName'; -interface Props { - atala?: AtalaName; -} - -export const DesktopNabigazioa: React.FC = ({ atala }) => { +export const DesktopNabigazioa: React.FC = () => { return (