Skip to content

Commit 8549120

Browse files
authored
Hide Open Visualization Summit 2025 banner from home page (#9865)
1 parent 9bfe769 commit 8549120

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

website/src/pages/index.jsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

7777
export 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`} />

0 commit comments

Comments
 (0)