Skip to content

Commit

Permalink
Updated stars and forks in contribution json
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Jun 28, 2024
1 parent 5e35486 commit bb5cd9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions nuxt-frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ export default Object.freeze({
SHOW_DRAFT_POSTS: true,

// github repo stars
INTRO_SHOWCASE_STARS: 429,
UIPILOT_STARS: 301,
JETPACK_COMPOSE_ANIMATION_STARS: 350,
INTRO_SHOWCASE_STARS: 441,
UIPILOT_STARS: 303,
JETPACK_COMPOSE_ANIMATION_STARS: 353,
COMPOSE_COUNTRY_PICKER_STARS: 52,
SWIFT_UI_ANIMATION_STARS: 62,
IOS_DEVELOPER_ROADMAP_STARS: 79,
TAILWIND_ANIMATIONS_STARS: 114,
CANOPAS_WEBSITE_STARS: 27,
CANOPAS_WEBSITE_STARS: 28,
CANOPAS_BLOG_WEBSITE_STARS: 38,
WEB_DEVELOPMENT_ROADMAP_STARS: 97,
COMPOSE_RECYCLEVIEW_STARS: 144,
RICHEDITOR_SWIFTUI_STARS: 54,
COMPOSE_RECYCLEVIEW_STARS: 153,
RICHEDITOR_SWIFTUI_STARS: 56,
RICHEDITOR_STARS: 62,

// Social media
Expand Down
6 changes: 3 additions & 3 deletions nuxt-frontend/json-data/contribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default [
tags: [],
link: "https://github.com/canopas/compose-animations-examples",
stars: config.JETPACK_COMPOSE_ANIMATION_STARS,
forks: "34",
forks: "35",
color: "#A97BFF",
language: "Kotlin",
},
Expand Down Expand Up @@ -131,7 +131,7 @@ export default [
],
link: "https://github.com/canopas/canopas-blog",
stars: config.CANOPAS_BLOG_WEBSITE_STARS,
forks: "7",
forks: "9",
color: "#F1E05A",
language: "JavaScript",
},
Expand Down Expand Up @@ -169,7 +169,7 @@ export default [
],
link: "https://github.com/canopas/rich-editor-swiftui",
stars: config.RICHEDITOR_SWIFTUI_STARS,
forks: "1",
forks: "2",
color: "#F05138",
language: "Swift",
},
Expand Down

0 comments on commit bb5cd9d

Please sign in to comment.