Skip to content

Commit

Permalink
feat(dashboard): ✨ Add Digital Product Payment template
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed May 31, 2022
1 parent 97eb036 commit 89d17a9
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/builder/components/templates/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export const templates: TemplateProps[] = [
{ name: 'Customer Support', emoji: '😍', fileName: 'customer-support.json' },
{ name: 'Quiz', emoji: '🕹️', fileName: 'quiz.json' },
{ name: 'Lead Scoring', emoji: '🏆', fileName: 'lead-scoring.json' },
{
name: 'Digital Product Payment',
emoji: '🖼️',
fileName: 'digital-product-payment.json',
},
{
name: 'FAQ',
emoji: '💬',
Expand Down
Loading

4 comments on commit 89d17a9

@vercel
Copy link

@vercel vercel bot commented on 89d17a9 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 89d17a9 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 89d17a9 May 31, 2022

@vercel
Copy link

@vercel vercel bot commented on 89d17a9 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.