We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40868b8 commit 0c59263Copy full SHA for 0c59263
1 file changed
src/components/layout.js
@@ -23,7 +23,8 @@ export const Layout = ({
23
ReactGA.send({ hitType: 'pageview' })
24
}, [])
25
26
- const bannerTitle = 'Parcels is having a 10 year anniversary on 1-3 Oct 2025!'
+ const bannerTitle =
27
+ 'Join the Parcels 10 year anniversary event 🎉 on 1-3 Oct 2025!'
28
const bannerDescription = ''
29
const bannerChildren = (
30
<Link href='https://oceanparcels.org/10year-event'>Learn more</Link>
0 commit comments