From 1e530a6b3c78c88f6c8370a60ef7d3d850ab9b2e Mon Sep 17 00:00:00 2001 From: mansi Date: Fri, 25 Oct 2024 16:47:01 +0530 Subject: [PATCH] replace url in weekly & add logo-heder-black --- .../assets/images/logo/logo-header-black.svg | 11 +++++++++++ .../components/contributions/WeeklyUpdate.vue | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 nuxt-frontend/assets/images/logo/logo-header-black.svg diff --git a/nuxt-frontend/assets/images/logo/logo-header-black.svg b/nuxt-frontend/assets/images/logo/logo-header-black.svg new file mode 100644 index 000000000..fa6d69334 --- /dev/null +++ b/nuxt-frontend/assets/images/logo/logo-header-black.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/nuxt-frontend/components/contributions/WeeklyUpdate.vue b/nuxt-frontend/components/contributions/WeeklyUpdate.vue index ebad67ab7..ba79797e6 100644 --- a/nuxt-frontend/components/contributions/WeeklyUpdate.vue +++ b/nuxt-frontend/components/contributions/WeeklyUpdate.vue @@ -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", @@ -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", @@ -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", @@ -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",