Skip to content

Commit e58fb43

Browse files
authored
Merge branch 'master' into buttonstory
2 parents 0ea6735 + 762534b commit e58fb43

16 files changed

Lines changed: 186 additions & 974 deletions

File tree

.github/workflows/scripts/mailchimp/package-lock.json

Lines changed: 142 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 2025
30+
AsyncAPI Conference 2026
3131
</Heading>
3232
</div>
3333
<div className="w-[624px] sm:w-full text-center">

components/Popup/popup.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
import Image from 'next/image';
33
import React, { useEffect, useState } from 'react';
44
import { createPortal } from 'react-dom';
5+
6+
// Popup component code commented out for 2026 migration. Uncomment to restore in the future.
7+
/*
8+
import Image from 'next/image';
9+
import React, { useEffect, useState } from 'react';
10+
import { createPortal } from 'react-dom';
511
import Paragraph from '../Typography/paragraph';
612
import Button from '../Buttons/button';
713
import Link from 'next/link';
@@ -115,4 +121,5 @@ function Popup() {
115121
);
116122
}
117123
118-
export default Popup;
124+
export default Popup;
125+
*/

components/Sponsors/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Sponsors({ eventSponsors, financialSponsor }: ISponsors) {
3232
typeStyle="heading-md"
3333
className="text-white mb-12 sm:text-2xl sm:mb-8"
3434
>
35-
Event and Host Sponsor
35+
Host Sponsor
3636
</Heading>
3737
<div className="flex justify-center items-center gap-12 flex-wrap sm:gap-8">
3838
{eventSponsors &&

0 commit comments

Comments
 (0)