Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Broken link, wrong image for graphql course #779

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/site/src/data/graphql/courses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ export const courses: Course<(typeof courseTags)[number]>[] = [
{
title: 'Intro to GraphQL DataLoaders',
author: 'Star Richardson',
image: 'https://avatars.githubusercontent.com/u/67430892?v=4',
image: 'https://pbs.twimg.com/profile_images/1249804296469778433/uRRNm6-n_400x400.png',
description:
"How to implement DataLoaders in your GraphQL project. We'll walk through setup and configuration, and build a simple API to demonstrate how GraphQL DataLoaders can dramatically reduce duplicate API calls.",
paymentType: 'free',
level: 'intermediate',
format: 'video',
href: 'www.youtube.com/watch?v=Zc6xv5bcky8',
href: 'https://www.youtube.com/watch?v=Zc6xv5bcky8',
tags: ['data fetching', 'graphQL', 'javascript marathon', 'services'],
},
]
Loading