Skip to content

Commit

Permalink
Merge pull request #587 from canopas/update-github-stars-and-remove-a…
Browse files Browse the repository at this point in the history
…pp-store-button-for-togness

Update github stars and remove appStore button for togness
  • Loading branch information
cp-sumi-k authored Oct 15, 2024
2 parents 0f368de + 5b84304 commit 89bc6ea
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 33 deletions.
26 changes: 13 additions & 13 deletions nuxt-frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ export default Object.freeze({
SHOW_DRAFT_POSTS: true,

// github repo stars
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: 28,
CANOPAS_BLOG_WEBSITE_STARS: 38,
WEB_DEVELOPMENT_ROADMAP_STARS: 97,
COMPOSE_RECYCLEVIEW_STARS: 153,
RICHEDITOR_SWIFTUI_STARS: 56,
RICHEDITOR_STARS: 62,
INTRO_SHOWCASE_STARS: 476,
UIPILOT_STARS: 306,
JETPACK_COMPOSE_ANIMATION_STARS: 374,
COMPOSE_COUNTRY_PICKER_STARS: 59,
SWIFT_UI_ANIMATION_STARS: 69,
IOS_DEVELOPER_ROADMAP_STARS: 92,
TAILWIND_ANIMATIONS_STARS: 117,
CANOPAS_WEBSITE_STARS: 33,
CANOPAS_BLOG_WEBSITE_STARS: 45,
WEB_DEVELOPMENT_ROADMAP_STARS: 106,
COMPOSE_RECYCLEVIEW_STARS: 174,
RICHEDITOR_SWIFTUI_STARS: 71,
RICHEDITOR_STARS: 70,

// Social media
FACEBOOK_URL: "https://www.facebook.com/canopassoftware",
Expand Down
26 changes: 13 additions & 13 deletions nuxt-frontend/config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ export default Object.freeze({
SHOW_DRAFT_POSTS: false,

// github repo stars
INTRO_SHOWCASE_STARS: 378,
UIPILOT_STARS: 292,
JETPACK_COMPOSE_ANIMATION_STARS: 312,
COMPOSE_COUNTRY_PICKER_STARS: 52,
SWIFT_UI_ANIMATION_STARS: 55,
IOS_DEVELOPER_ROADMAP_STARS: 79,
TAILWIND_ANIMATIONS_STARS: 109,
CANOPAS_WEBSITE_STARS: 26,
CANOPAS_BLOG_WEBSITE_STARS: 32,
WEB_DEVELOPMENT_ROADMAP_STARS: 97,
COMPOSE_RECYCLEVIEW_STARS: 106,
RICHEDITOR_SWIFTUI_STARS: 41,
RICHEDITOR_STARS: 56,
INTRO_SHOWCASE_STARS: 476,
UIPILOT_STARS: 306,
JETPACK_COMPOSE_ANIMATION_STARS: 374,
COMPOSE_COUNTRY_PICKER_STARS: 59,
SWIFT_UI_ANIMATION_STARS: 69,
IOS_DEVELOPER_ROADMAP_STARS: 92,
TAILWIND_ANIMATIONS_STARS: 117,
CANOPAS_WEBSITE_STARS: 33,
CANOPAS_BLOG_WEBSITE_STARS: 45,
WEB_DEVELOPMENT_ROADMAP_STARS: 106,
COMPOSE_RECYCLEVIEW_STARS: 174,
RICHEDITOR_SWIFTUI_STARS: 71,
RICHEDITOR_STARS: 70,

// Social media
FACEBOOK_URL: "https://www.facebook.com/canopassoftware",
Expand Down
13 changes: 6 additions & 7 deletions nuxt-frontend/json-data/togness-portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import element3_800w from "@/assets/images/portfolio/togness/element/togness_ele
import element3_1200w from "@/assets/images/portfolio/togness/element/togness_element_3-1200w.webp";
import element3_1600w from "@/assets/images/portfolio/togness/element/togness_element_3-2400w.webp";
import playStoreImage from "@/assets/images/portfolio/play_store.webp";
import appStoreImage from "@/assets/images/portfolio/app_store.webp";

import footerBackground400w from "@/assets/images/portfolio/togness/footer/background-400w.webp";
import footerBackground800w from "@/assets/images/portfolio/togness/footer/background-800w.webp";
Expand Down Expand Up @@ -111,12 +110,12 @@ export default {
image: playStoreImage,
event: "tap_togness_play_store",
},
{
name: "App Store",
link: "https://apps.apple.com/au/app/togness-slide-show-maker/id1528833797",
image: appStoreImage,
event: "tap_togness_app_store",
},
// {
// name: "App Store",
// link: "https://apps.apple.com/au/app/togness-slide-show-maker/id1528833797",
// image: appStoreImage,
// event: "tap_togness_app_store",
// },
],
},
},
Expand Down

0 comments on commit 89bc6ea

Please sign in to comment.