Skip to content

Commit

Permalink
Merge pull request #3572 from Chanoian/fix-youtube-link
Browse files Browse the repository at this point in the history
fix the youtube link
  • Loading branch information
varodrig authored Aug 5, 2024
2 parents 5255474 + 4eb173f commit 3c90eea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/events.js.off
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function EventsPage({ data }) {
/>
<IconBox
title="Past Briefings"
url="https://www.youtube.com/user/rhopenshift/playlists?flow=grid&view=1"
url="https://red.ht/commons-meeting-recordings"
target="_blank"
icon={<Youtube alt="" className="text-[#f00]" strokeWidth="1px" />}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function IndexPage({ data }) {
<div className="md:w-1/2 xl:w-2/5 flex flex-col space-y-12 justify-between">
<CallToAction url={slack} title="Join us on Slack" />
<CallToAction
url="https://www.youtube.com/user/rhopenshift/playlists"
url="https://red.ht/commons-meeting-recordings"
title="Check out past Briefings"
/>
<CallToAction last url="https://okd.io" title="Collaborate with the community" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/join.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function CommunityPage() {
<Callout
className="lg:h-auto"
title="Past Briefings"
url="https://www.youtube.com/user/rhopenshift/playlists?flow=grid&view=1"
url="https://red.ht/commons-meeting-recordings"
icon={<Youtube alt="" />}
>
Check out our video library to learn about OpenShift&nbsp;topics.
Expand Down

0 comments on commit 3c90eea

Please sign in to comment.