Skip to content

Commit

Permalink
Fix broken image in PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed May 22, 2024
1 parent f594c86 commit 236c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pdf.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="container">
{% block page_header %}
<div class="page-header clearfix">
<img src="file://{{ root_path }}/build/images/logo/header-logo.png" class="pull-right logo"
<img src="file://{{ root_path }}/public/build/images/logo/header-logo.png" class="pull-right logo"
alt="OpenConext Stepup" style="width:55mm;">
<h1>{{ 'app.name'|trans }}</h1>
</div>
Expand Down

0 comments on commit 236c43b

Please sign in to comment.