Skip to content

Commit 936316e

Browse files
committed
Change banner to 10 year event
1 parent 8d6fe22 commit 936316e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/layout.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ export const Layout = ({
2323
ReactGA.send({ hitType: 'pageview' })
2424
}, [])
2525

26-
const bannerTitle = 'Parcels v4 currently in development'
26+
const bannerTitle = 'Parcels is having a 10 year anniversary on 1-3 Oct 2025!'
2727
const bannerDescription = ''
2828
const bannerChildren = (
29-
<Link href='https://docs.oceanparcels.org/en/v4-dev/v4/'>
30-
See our documentation for more details
31-
</Link>
29+
<Link href='https://oceanparcels.org/10year-event'>Learn more</Link>
3230
)
3331

3432
// Determine the base URL based on the environment

0 commit comments

Comments
 (0)