Skip to content

Commit

Permalink
Replace picto CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Nov 30, 2023
1 parent 3090e68 commit 7e4a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Resources/views/_load-picto.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'https://cdn.richcongress.io/composants/fonts/style.css';
link.href = 'https://cdn.rich-id.io/composants/fonts/style.css';
head.appendChild(link);
</script>

0 comments on commit 7e4a6e9

Please sign in to comment.