Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 16, 2024
1 parent 028250f commit 2915295
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion devcon/src/pages/experiences.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.expand {
mask-image: linear-gradient(to bottom, black 80%, transparent);
max-height: 325px;
max-height: 525px;
overflow: hidden;
}

Expand Down

0 comments on commit 2915295

Please sign in to comment.