Skip to content

Commit

Permalink
issues-2877: promotion of Adoptium Summit CFP
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed May 30, 2024
1 parent 71e2133 commit 86bd0b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/AdoptiumNews/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import LinkText from '../LinkText'
const AdoptiumNews = () => {

const adoptiumNews = {
title: "Case Study: Building the World's Most Secure OpenJDK Distribution",
body: "Find out how the Eclipse Foundation and Adoptium Working Group are pioneering software supply chain security with Eclipse Temurin: <callToActionLink>Download now</callToActionLink>",
link: 'https://outreach.eclipse.foundation/adoptium-temurin-supply-chain-security?utm_campaign=Temurin%20Case%20Study&utm_source=website&utm_medium=adoptium%20docs',
title: "Be a part of the first-ever Adoptium Summit on September, 10",
body: "Connect with peers to exchange knowledge on Temurin, AQAvit and other Adoptium's projects. <link>Register here</link>",
link: 'https://www.eclipse.org/events/2024/adoptium-summit/',
// NOTE: Dates below are with the format: "YYYY-MM-dd"
date: new Date('2024-05-01'),
date: new Date('2024-05-30'),
startDisplayAt: new Date('2024-05-15'),
stopDisplayAfter: new Date('2024-05-31'),
stopDisplayAfter: new Date('2024-06-30'),
}

const now = Date.now();
Expand All @@ -28,7 +28,7 @@ const AdoptiumNews = () => {
<Trans
defaults={adoptiumNews.body}
components={{
callToActionLink: <LinkText href={adoptiumNews.link||''} />
link: <LinkText href={adoptiumNews.link||''} />
}}
/>
</p>
Expand Down

0 comments on commit 86bd0b8

Please sign in to comment.