Skip to content

Commit

Permalink
Merge pull request #115 from jmymy/update-past-event
Browse files Browse the repository at this point in the history
fix: update GitOpsCon North America recording
  • Loading branch information
niklasmtj authored Jun 28, 2023
2 parents f1409b9 + f9fc4ae commit 92d9761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion content/events/gitopscon-na-2023.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
title: GitOpsCon North America
date: "2023-05-08"
location: "OpenSource Summit - Vancouver British Columbia, Canada"
attend: https://events.linuxfoundation.org/cdcon-gitopscon/register/
attend:
recordings: https://www.youtube.com/playlist?list=PL2KXbZ9-EY9TV7_fwDCl1Wid8_ugpE08h
---
6 changes: 3 additions & 3 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const Header = ({ color, hasBanner }) => {
<div className="pb-4">
<Banner
emoji={"🎉"}
description={"cdCon + GitOpsCon Schedule is Live!"}
shortDescription={"cdCon + GitOpsCon Schedule is Live!"}
announcementLink={"https://cdcongitopscon2023.sched.com/"}
description={"cdCon + GitOpsCon Recordings are available now!"}
shortDescription={"cdCon + GitOpsCon Recordings available!"}
announcementLink={"https://www.youtube.com/playlist?list=PL2KXbZ9-EY9TV7_fwDCl1Wid8_ugpE08h"}
/>
</div>
)}
Expand Down

0 comments on commit 92d9761

Please sign in to comment.