Skip to content

Commit

Permalink
updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Feb 28, 2024
1 parent aeedcd0 commit fe36963
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/Builder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function Builder() {
data-theme="${theme}"
data-language="${lng}"
data-emotions="❤️,😀,🪄,🥸,💡,🤔,💩,😢"
data-api-url="https://api.zoomment.com/api"
></div>
<script src='https://cdn.zoomment.com/zoomment.min.js'></script>
`}
Expand Down
1 change: 0 additions & 1 deletion components/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function Example({
data-theme={theme}
data-language={lng}
data-emotions="❤️,😀,🪄,🥸,💡,🤔,💩,😢"
data-api-url="https://api.zoomment.com/api"
></div>
<Script src="https://cdn.zoomment.com/zoomment.min.js"></Script>
</>
Expand Down

0 comments on commit fe36963

Please sign in to comment.