Skip to content

Commit

Permalink
replace url in weekly & add logo-heder-black
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-mansi-d committed Oct 25, 2024
1 parent 37f2c51 commit 1e530a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions nuxt-frontend/assets/images/logo/logo-header-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions nuxt-frontend/components/contributions/WeeklyUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
content:
"Welcome to Android Weekly — a newsletter on new development and updates of Android universe curated by Canopas team, delivered every Monday.",
color: "bg-lavender-blush",
url: "https://blog.canopas.com/tagged/canopas-android-weekly",
url: "https://medium.com/canopas/tagged/canopas-android-weekly",
translate: 0,
scale: 1,
event: "tap_contribution_android_weekly",
Expand All @@ -157,7 +157,7 @@ export default {
content:
"Welcome to iOS Weekly — a newsletter on new development and updates of the iOS universe curated by Canopas team, delivered every Monday.",
color: "bg-white-smoke",
url: "https://blog.canopas.com/tagged/canopas-ios-weekly",
url: " https://medium.com/canopas/tagged/canopas-ios-weekly",
translate: 40,
scale: 1,
event: "tap_contribution_ios_weekly",
Expand All @@ -171,7 +171,7 @@ export default {
content:
"Welcome to Web weekly — a weekly newsletter on new development and updates of Web universe curated by Canopas team, delivered every Monday.",
color: "bg-lavender-blush",
url: "https://blog.canopas.com/tagged/canopas-web-weekly",
url: " https://medium.com/canopas/tagged/canopas-web-weekly",
translate: 80,
scale: 1,
event: "tap_contribution_web_weekly",
Expand All @@ -185,7 +185,7 @@ export default {
content:
"Welcome to Flutter Weekly — a newsletter on new development and updates of Flutter universe curated by Canopas team, delivered every Monday.",
color: "bg-white-smoke",
url: "https://blog.canopas.com/tagged/canopas-flutter-weekly",
url: " https://medium.com/canopas/tagged/canopas-flutter-weekly",
translate: 120,
scale: 1,
event: "tap_contribution_flutter_weekly",
Expand Down

0 comments on commit 1e530a6

Please sign in to comment.