We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6fe22 commit 936316eCopy full SHA for 936316e
src/components/layout.js
@@ -23,12 +23,10 @@ export const Layout = ({
23
ReactGA.send({ hitType: 'pageview' })
24
}, [])
25
26
- const bannerTitle = 'Parcels v4 currently in development'
+ const bannerTitle = 'Parcels is having a 10 year anniversary on 1-3 Oct 2025!'
27
const bannerDescription = ''
28
const bannerChildren = (
29
- <Link href='https://docs.oceanparcels.org/en/v4-dev/v4/'>
30
- See our documentation for more details
31
- </Link>
+ <Link href='https://oceanparcels.org/10year-event'>Learn more</Link>
32
)
33
34
// Determine the base URL based on the environment
0 commit comments