Skip to content

Commit

Permalink
Merge pull request #592 from canopas/revert-591-mansi/update-twitter-…
Browse files Browse the repository at this point in the history
…link

Revert "Update twitter url"
  • Loading branch information
cp-mansi-d authored Nov 19, 2024
2 parents f1d45a7 + 02aa481 commit 61747f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"social_media_links":
{
"website": "https://canopas.com/",
"facebook": "https://www.facebook.com/canopassoftware","twitter": "https://x.com/canopas_eng" ,"instagram": "https://www.instagram.com/canopassoftware/"
"facebook": "https://www.facebook.com/canopassoftware","twitter": "https://twitter.com/canopassoftware" ,"instagram": "https://www.instagram.com/canopassoftware/"
},
"contact_type": "Chat or Email"
Expand Down Expand Up @@ -221,7 +221,7 @@
"social_media_links": {
"facebook": "https://www.facebook.com/canopassoftware",
"instagram": "https://www.instagram.com/canopassoftware/",
"twitter": "https://x.com/canopas_eng",
"twitter": "https://twitter.com/canopassoftware",
"website": "https://canopas.com/"
},
"idea": "I have an idea for my business that I want to implement with your help.",
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default Object.freeze({

// Social media
FACEBOOK_URL: "https://www.facebook.com/canopassoftware",
TWITTER_URL: "https://x.com/canopas_eng",
TWITTER_URL: "https://twitter.com/canopassoftware",
GITHUB_URL: "https://github.com/canopas",
INSTAGRAM_URL: "https://www.instagram.com/canopassoftware/",
LINKEDIN_URL: "https://www.linkedin.com/company/canopasinc",
Expand All @@ -66,7 +66,7 @@ export default Object.freeze({
SOCIAL_MEDIA_DATA: {
facebook: "https://www.facebook.com/canopassoftware",
instagram: "https://www.instagram.com/canopassoftware/",
twitter: "https://x.com/canopas_eng",
twitter: "https://twitter.com/canopassoftware",
blog: "https://blog.canopas.com",
linkedin: "https://www.linkedin.com/company/canopasinc",
youtube: "https://www.youtube.com/channel/UC77VyeTVJ45HiUS_o2GNcBA/videos",
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default Object.freeze({

// Social media
FACEBOOK_URL: "https://www.facebook.com/canopassoftware",
TWITTER_URL: "https://x.com/canopas_eng",
TWITTER_URL: "https://twitter.com/canopassoftware",
GITHUB_URL: "https://github.com/canopas",
INSTAGRAM_URL: "https://www.instagram.com/canopassoftware/",
LINKEDIN_URL: "https://www.linkedin.com/company/canopasinc",
Expand All @@ -66,7 +66,7 @@ export default Object.freeze({
SOCIAL_MEDIA_DATA: {
facebook: "https://www.facebook.com/canopassoftware",
instagram: "https://www.instagram.com/canopassoftware/",
twitter: "https://x.com/canopas_eng",
twitter: "https://twitter.com/canopassoftware",
blog: "https://blog.canopas.com",
linkedin: "https://www.linkedin.com/company/canopasinc",
youtube: "https://www.youtube.com/channel/UC77VyeTVJ45HiUS_o2GNcBA/videos",
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/pages/[slug].vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<template>
<div v-if="!assets">
<Header :animateOnScroll="false" />
<div :class="post.is_resource ? '' : 'container px-0'">
<div :class="post.is_resource ? '' : 'container pl-0'">
<BlogDetail
:mixpanel="$mixpanel"
:recaptcha-key="config.VITE_RECAPTCHA_SITE_KEY"
:post="post"
:website-url="config.BASE_URL"
:contact-api-url="config.API_BASE"
:api-url="config.STRAPI_URL"
/>
</div>
<div class="cta-section">
Expand All @@ -34,6 +33,7 @@
<BlogFooter
:mixpanel="$mixpanel"
:social-media-data="config.SOCIAL_MEDIA_DATA"
:api-url="config.STRAPI_URL"
:company-name="config.COMPANY_NAME"
/>
</div>
Expand Down

0 comments on commit 61747f7

Please sign in to comment.