From 29152954e1de4d1c0ebaeecc8df2d023a7740641 Mon Sep 17 00:00:00 2001 From: lassejaco Date: Wed, 16 Oct 2024 09:18:27 +0200 Subject: [PATCH] small fixes --- .../common/layouts/header/useNavigationData.ts | 8 ++++---- .../domain/index/featured-speakers-dc7/index.tsx | 14 +++++++------- devcon/src/pages/experiences.module.scss | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devcon/src/components/common/layouts/header/useNavigationData.ts b/devcon/src/components/common/layouts/header/useNavigationData.ts index 419807470..2f0a5a45c 100644 --- a/devcon/src/components/common/layouts/header/useNavigationData.ts +++ b/devcon/src/components/common/layouts/header/useNavigationData.ts @@ -232,13 +232,13 @@ const useNavigationData = () => { type: 'page', }, { - title: 'Devcon Week', - url: '/devcon-week', + title: 'Experiences', + url: '/experiences', type: 'page', }, { - title: 'Experiences', - url: '/experiences', + title: 'Devcon Week', + url: '/devcon-week', type: 'page', }, ], diff --git a/devcon/src/components/domain/index/featured-speakers-dc7/index.tsx b/devcon/src/components/domain/index/featured-speakers-dc7/index.tsx index 69102b99a..f86e94b47 100644 --- a/devcon/src/components/domain/index/featured-speakers-dc7/index.tsx +++ b/devcon/src/components/domain/index/featured-speakers-dc7/index.tsx @@ -19,7 +19,7 @@ import LoiLuuImage from './speaker-images/Loi-Luu.png' import MatthewTanImage from './speaker-images/Matthew-Tan.png' import PrestonVanLoonImage from './speaker-images/Preston-Van-Loon.png' import RogerDingledineImage from './speaker-images/Roger-Dingledine.png' -import ShayneCoplanImage from './speaker-images/Shayne-Coplan.png' +// import ShayneCoplanImage from './speaker-images/Shayne-Coplan.png' import SreeramKannanImage from './speaker-images/Sreeram-Kannan.png' import TimBeikoImage from './speaker-images/Tim-Beiko.png' import TrentVanEppsImage from './speaker-images/Trent-Van-Epps.png' @@ -525,12 +525,12 @@ const FeaturedSpeakers = () => { avatarUrl: TrentVanEppsImage, link: 'https://x.com/trent_vanepps', }, - { - name: 'Shayne Coplan', - role: 'CEO @Polymarket', - avatarUrl: ShayneCoplanImage, - link: 'https://x.com/shayne_coplan', - }, + // { + // name: 'Shayne Coplan', + // role: 'CEO @Polymarket', + // avatarUrl: ShayneCoplanImage, + // link: 'https://x.com/shayne_coplan', + // }, { name: 'Gubsheep', role: 'Co-founder of 0xPARC and creator of the Dark Forest game', diff --git a/devcon/src/pages/experiences.module.scss b/devcon/src/pages/experiences.module.scss index 4a834ec49..28374f4bb 100644 --- a/devcon/src/pages/experiences.module.scss +++ b/devcon/src/pages/experiences.module.scss @@ -7,7 +7,7 @@ .expand { mask-image: linear-gradient(to bottom, black 80%, transparent); - max-height: 325px; + max-height: 525px; overflow: hidden; }