Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/EU_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/EU_logo_new.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/views/layout/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

</div>
<div class="about">
<img src="/images/EU_logo.png">
<img width="200px" alt="Funded by the European Union Logo" src="/images/EU_logo_new.jpg">
<div class="phrase">
<div class="text">@lang('base.footer_msg')</div>

<div class="text"><a
href="{{route('privacy')}}">{{ucfirst(mb_strtolower(__('privacy-statement.title'),'UTF-8'))}}</a> - <a
href="{{route('cookie')}}">@lang('cookie_policy.title')</a></div>
Expand Down
Loading