Skip to content

Commit

Permalink
1029: Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
yepzdk committed Apr 4, 2024
1 parent e80ab88 commit d8ac44c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<h5 class="newsletter-signup--header p-0 m-0 h4">{{ 'Would you like a direct message when deltag.aarhus.dk has new content?'|t }}</h5>
{{ '<a href="@sign_up_url">Sign up to our message service</a> and be informed about your interests'|t({'@sign_up_url': path('entity.node.canonical', {'node': node_newsletter})}) }}
</div>
<img class="newsletter-signup--logo d-none d-md-block" src="{{ drupal_url(active_theme_path() ~ '/AAK_02_hojre_70.png', {absolute: true}) }}" alt="{{ 'Aarhus Municipality'|t }}">
<img class="newsletter-signup--logo d-none d-md-block" src="{{ drupal_url(active_theme_path() ~ '/aak_right.png', {absolute: true}) }}" alt="{{ 'Aarhus Municipality'|t }}">
</div>

0 comments on commit d8ac44c

Please sign in to comment.