Skip to content

Commit

Permalink
GP: Add Zapier integration (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpcb authored Nov 7, 2024
1 parent 54e9646 commit dd744e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/views/components/tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
{{#if status}}
<div class="c-tiles_tile_status">{{status}}</div>
{{else}}
<a href="{{href}}" class="c-tiles_tile_link">{{defaultLinkText}}</a>
<a href="{{href}}" class="c-tiles_tile_link" {{#if externalLink}}target="_blank" rel="noopener noreferrer"{{/if}}>
{{defaultLinkText}}
</a>
{{/if}}
</div>
{{/each}}
Expand Down
17 changes: 9 additions & 8 deletions src/views/pages/globalping/integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,23 @@ <h2 class="p-globalping-integrations_header_descr">
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',
},
Expand Down

0 comments on commit dd744e3

Please sign in to comment.