Skip to content

Commit

Permalink
fix(integration): full url for iframe (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored May 27, 2020
1 parent 243e5a0 commit 9551854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code-du-travail-frontend/pages/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function IntegrationPage({ pageUrl, ogImage }) {
<Code>
<pre>
{`<iframe
src="/widget.html"
src="https://code.travail.gouv.fr/widget.html"
width="100%"
height="250px"
title="widget - Code du travail numérique "
Expand Down

0 comments on commit 9551854

Please sign in to comment.