redfernstech commited on
Commit
630dcc2
·
verified ·
1 Parent(s): 77089a8

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +5 -5
static/index.html CHANGED
@@ -210,15 +210,15 @@ async function sendMessage() {
210
  const formattedMessage = message.replace(linkRegex, function(url) {
211
  let linkText;
212
  if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=cf4b19d4-8667-49f7-83b0-d2bc4032527b") {
213
- linkText = "Visit this link to check out the Product Filter App.";
214
  } else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=e671f4fe-92fb-4760-99e5-7a5df5754cfe") {
215
- linkText = "Visit this link to check out the Mass Approvals App.";
216
  } else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=3473ffd3-d530-462f-828f-d2c69f80d89d") {
217
- linkText = "Visit this link to check out the Thumbnail Viewer App.";
218
  } else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=6d605bd9-de3c-49d3-9fa4-ec3caabd5d63") {
219
- linkText = "Visit this link to check out the Currency Conversion App.";
220
  } else if (url === "https://redfernstech.com/careers/") {
221
- linkText = "Visit this link to check out the careers.";
222
  } else {
223
  linkText = "Visit this link."; // Fallback for other URLs
224
  }
 
210
  const formattedMessage = message.replace(linkRegex, function(url) {
211
  let linkText;
212
  if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=cf4b19d4-8667-49f7-83b0-d2bc4032527b") {
213
+ linkText = "Product Filter";
214
  } else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=e671f4fe-92fb-4760-99e5-7a5df5754cfe") {
215
+ linkText = "Mass Approvals";
216
  } else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=3473ffd3-d530-462f-828f-d2c69f80d89d") {
217
+ linkText = "Thumbnail Viewer";
218
  } else if (url === "https://appexchange.salesforce.com/appxListingDetail?listingId=6d605bd9-de3c-49d3-9fa4-ec3caabd5d63") {
219
+ linkText = "Currency Conversion";
220
  } else if (url === "https://redfernstech.com/careers/") {
221
+ linkText = "careers";
222
  } else {
223
  linkText = "Visit this link."; // Fallback for other URLs
224
  }