Skip to content

Commit 889642a

Browse files
feat(components/Header): render year dynamically (#925)
Co-authored-by: Azeez Elegbede <40604284+AceTheCreator@users.noreply.github.com>
1 parent 06e7f05 commit 889642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Header(): JSX.Element {
2727
level="h1"
2828
typeStyle="heading-lg"
2929
>
30-
AsyncAPI Conference 2026
30+
AsyncAPI Conference {new Date().getFullYear()}
3131
</Heading>
3232
</div>
3333
<div className="w-[624px] sm:w-full text-center">

0 commit comments

Comments
 (0)