Skip to content

Commit

Permalink
Update uxsignals script src
Browse files Browse the repository at this point in the history
  • Loading branch information
akgagnat committed Dec 6, 2024
1 parent 59447f8 commit c7d7c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ux-signals/UXSignals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Props {
const UXSignals = ({ id, demo = false }: Props) => {
return (
<section>
<Script type="module" strategy="lazyOnload" src="https://uxsignals-frontend.uxsignals.app.iterate.no/embed.js" />
<Script type="module" strategy="lazyOnload" src="https://widget.uxsignals.com/embed.js" />
<div data-uxsignals-embed={id} data-uxsignals-mode={demo === true ? 'demo' : ''} style={{ maxWidth: '620px' }} />
</section>
);
Expand Down

0 comments on commit c7d7c47

Please sign in to comment.