diff --git a/src/views/components/tiles.html b/src/views/components/tiles.html index 259d9083c..9e9e8999e 100644 --- a/src/views/components/tiles.html +++ b/src/views/components/tiles.html @@ -20,7 +20,9 @@ {{#if status}}
{{status}}
{{else}} - {{defaultLinkText}} + + {{defaultLinkText}} + {{/if}} {{/each}} diff --git a/src/views/pages/globalping/integrations.html b/src/views/pages/globalping/integrations.html index 1bdc41802..346a11623 100644 --- a/src/views/pages/globalping/integrations.html +++ b/src/views/pages/globalping/integrations.html @@ -67,22 +67,23 @@

baseImgSrc: '/img/globalping/integrations', imgName: 'gh-bot', imgExt: '.png', + externalLink: true, }, { - header: 'ChatGPT', - descr: 'Let ChatGPT do the testing for you.', - href: '/', + header: 'Zapier', + descr: 'Build advanced automations without writing any code with our Zapier app.', + href: 'https://zapier.com/apps/globalping/integrations', baseImgSrc: '/img/globalping/integrations', - imgName: 'chatgpt', + imgName: 'zapier', imgExt: '.png', - status: 'Coming soon', + externalLink: true, }, { - header: 'Zapier', - descr: 'Build advanced automations without writing any code with our Zapier app.', + header: 'ChatGPT', + descr: 'Let ChatGPT do the testing for you.', href: '/', baseImgSrc: '/img/globalping/integrations', - imgName: 'zapier', + imgName: 'chatgpt', imgExt: '.png', status: 'Coming soon', },