Skip to content

Commit

Permalink
Updated twitter handle
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Dec 27, 2024
1 parent 84133af commit bb388e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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://x.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://x.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://x.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://x.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://x.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://x.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

0 comments on commit bb388e3

Please sign in to comment.