File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,24 +65,24 @@ const TextContainer = styled.div`
6565 }
6666` ;
6767
68- const EventBanner = styled . div `
69- position: sticky;
70- width: 100%;
71- top: var(--ifm-navbar-height);
72- background: #a01000;
73- padding: 20px;
74- color: #fff !important;
75- ` ;
68+ // const EventBanner = styled.div`
69+ // position: sticky;
70+ // width: 100%;
71+ // top: var(--ifm-navbar-height);
72+ // background: #a01000;
73+ // padding: 20px;
74+ // color: #fff !important;
75+ // `;
7676
7777export default function IndexPage ( ) {
7878 const baseUrl = useBaseUrl ( '/' ) ;
7979
8080 return (
8181 < Layout title = "Home" description = "deck.gl" >
82- < EventBanner >
82+ { /* <EventBanner >
8383 Open Visualization Collaborators Summit 2025: October 8-9 @ Seattle
8484 <a href="https://deck.gl/events/seattle-summit-2025/">sign up</a>
85- </ EventBanner >
85+ </EventBanner> */ }
8686 < Home HeroExample = { HeroExample } >
8787 < div style = { { position : 'relative' } } >
8888 < FeatureImage src = { `${ baseUrl } images/maps.jpg` } />
You can’t perform that action at this time.
0 commit comments