Skip to content

Commit

Permalink
test commit: fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelfaure committed Oct 19, 2023
1 parent 7b3c59a commit 407a903
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed app/assets/images/api_entreprise/mailers/banner.png
Binary file not shown.
Binary file not shown.
Binary file removed app/assets/images/dinum_logo.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<mj-image
alt="Bloc-marque avec le logo de la DINUM et d'API Entreprise, le hub des données entreprises et assocations pour les administrations"
href="<%= root_url %>"
src="<%= image_url('api_entreprise/mailers/banner.png') %>"
src="https://redir.entreprise.api.gouv.fr/tplimg/ls12/b/skj14/gimog.png"
target="_blank" />
</mj-column>
</mj-section>
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<mj-image
alt="Logo officiel de la Direction Interministérielle du Numérique"
href="<%= root_url %>"
src="<%= image_url('dinum_logo.png') %>"
src="https://redir.entreprise.api.gouv.fr/tplimg/ls12/b/skjlp/guigz.png"
target="_blank" />
</mj-column>
<mj-column vertical-align="top" width="67%">
<mj-image
alt="API Entreprise, les données entreprises et associations pour les administrations"
href="<%= root_url %>"
src="<%= image_url('api_entreprise/mailers/logo.png') %>"
src="https://redir.entreprise.api.gouv.fr/tplimg/ls12/b/skjlp/gg9wj.png"
target="_blank" />
</mj-column>
</mj-section>

0 comments on commit 407a903

Please sign in to comment.