Skip to content

Commit

Permalink
Updating banner for release event (#5280)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Kunwar <[email protected]>
  • Loading branch information
jendefig and yathomasi committed Jul 19, 2024
1 parent 327086e commit 35e7432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Home/Alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { cn } from '../../../utils'

const banner = {
title:
'Panel Discussion: Regulation and the need for Reproducibility and Standards in AI/ML',
subtitle: 'Webinar | Wednesday, March 13th | 11 am ET',
link: 'https://www.linkedin.com/events/regulationandtheneedforreproduc7170514648180482051/about/'
'DataChain Open-Source Release - A New Way to Manage your Unstructured Data',
subtitle: 'Webinar | Wednesday, July 24th | 11 am ET',
link: 'https://www.linkedin.com/events/7217199578704445442/about/'
}

const Alert = () => (
Expand Down
2 changes: 2 additions & 0 deletions src/components/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ import SubscribeSection from '../SubscribeSection'

import CompanySlider from './LogosSlider'
import Hero from './Hero'
import Alert from './Alert'

const Home: React.FC = () => {
return (
<>
<WhatsNewModal />
<Alert />
<Hero />
<CompanySlider />
<SubscribeSection />
Expand Down

0 comments on commit 35e7432

Please sign in to comment.