Skip to content

Commit

Permalink
Change images for 100JSFunctions & 100 ReactComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
iampava committed Jun 12, 2024
1 parent 6824da3 commit 0476d58
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions client/components/learn/Resources/resources-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,13 @@ export const RESOURCES: Record<ResourceCategory, ResourceDescription[]> = {
[ResourceCategory.TUTORIALS]: [
{
title: '100 JS Functions',
url: 'https://www.100JSFunctions.com',
cover: `${process.env.CLOUDFRONT_PUBLIC}/public/images/resources/100jsfunctions_1200w_square.png`,
url: 'https://www.100JSFunctions.com?ref=frontend.ro',
cover: `${process.env.CLOUDFRONT_PUBLIC}/public/images/resources/100jsfunctions_1200w_square.jpeg`,
},
{
title: '100 React Components',
url: 'https://www.100ReactComponents.com?ref=frontend.ro',
cover: `${process.env.CLOUDFRONT_PUBLIC}/public/images/resources/100reactcomponents_1200w_square.jpeg`,
},
{
title: 'CSS Dinner',
Expand Down
Binary file removed public/images/resources/100jsfunctions_1200w.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0476d58

Please sign in to comment.