Skip to content

Commit

Permalink
chore: 🚚 Add /typebot-lib/v2 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 25, 2022
1 parent 8533bb9 commit 64990fc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<mj-button background-color="#ffffff" color="#0042da" border="1px solid #0042da" href="https://app.typebot.io/register" font-weight="500" border-radius="5px">Join the community</mj-button>
</mj-column>
</mj-section>

<mj-section>
<mj-column>
<mj-image width="500px" src="https://typebot.s3.eu-west-3.amazonaws.com/assets/facebook-post2.jpeg" border-radius="5px"></mj-image>
</mj-column>
</mj-section>
<mj-section padding-top="20px">
<mj-column>
<mj-text>If you have any question, just hit "reply"! I'm super approachable 😁. Look, here is a selfie 👇</mj-text>
Expand Down
6 changes: 6 additions & 0 deletions apps/builder/assets/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.grabbing * {
cursor: grabbing !important;
}

/* * {
outline: 1px solid #f00 !important;
opacity: 1 !important;
visibility: visible !important;
} */
5 changes: 5 additions & 0 deletions apps/landing-page/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ module.exports = withBundleAnalyzer({
'https://unpkg.com/typebot-js@2.0.21/dist/index.umd.min.js',
permanent: true,
},
{
source: '/typebot-lib/v2',
destination: 'https://unpkg.com/typebot-js@2.1.1/dist/index.umd.min.js',
permanent: true,
},
]
},
async rewrites() {
Expand Down

0 comments on commit 64990fc

Please sign in to comment.