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.
2 parents e8718ac + 889642a commit cf6d17dCopy full SHA for cf6d17d
1 file changed
components/Header/header.tsx
@@ -27,7 +27,7 @@ function Header(): JSX.Element {
27
level="h1"
28
typeStyle="heading-lg"
29
>
30
- AsyncAPI Conference 2026
+ AsyncAPI Conference {new Date().getFullYear()}
31
</Heading>
32
</div>
33
<div className="w-[624px] sm:w-full text-center">
0 commit comments