Skip to content

Commit

Permalink
Merge master into update-tools/regenerateTools
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot-eve authored Nov 6, 2023
2 parents d366224 + c1f82ae commit 18f6e71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"assert": {
"assertions": {
"categories:accessibility": ["error", {"minScore": 0.98}],
"categories:best-practices": ["error", {"minScore": 1.00}],
"categories:best-practices": ["error", {"minScore": 0.92}],
"categories:seo": ["error", {"minScore": 1.00}]
}
},
Expand Down
12 changes: 6 additions & 6 deletions components/campaigns/AnnoucementHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function shouldShowBanner(cfpDeadline) {
export default function AnnouncementHero({ className = '', small = false, hideVideo = false }) {
//return null;

const cfpDeadline = '2023-10-28T06:00:00Z'
const cfpDeadline = '2023-11-30T06:00:00Z'
const showBanner = shouldShowBanner(cfpDeadline);
if (!showBanner) return null;

Expand All @@ -42,17 +42,17 @@ export default function AnnouncementHero({ className = '', small = false, hideVi
level="h3"
typeStyle="heading-sm"
>
Paris Edition
Bangalore Edition
</Heading>
<Paragraph typeStyle="body-lg">
8th of December, 2023 | Paris, France
30th of November, 2023 | Bangalore, India
</Paragraph>
<AnnouncementRemainingDays dateTime={cfpDeadline} eventName="the end of Call for Speakers" />
<AnnouncementRemainingDays dateTime={cfpDeadline} eventName="AACoT'23 Bangalore Edition" />
<div className="mt-6 pb-2 space-x-2">
<Button
href="https://conference.asyncapi.com/venue/Paris"
href="https://opencollective.com/asyncapi/events/asyncapi-conference-on-tour-6b3c0aa1/contribute/aacot-london-edition-66187"
target="_blank"
text="Submit a Session"
text="Get Your Tickets"
data-testid="AnnouncementHero-submit-session"
/>
</div>
Expand Down

0 comments on commit 18f6e71

Please sign in to comment.