Skip to content

Commit f3bbd1e

Browse files
authored
Merge pull request #2309 from codeeu/dev
Update EU logo footer
2 parents a7d3d1e + 0fe67da commit f3bbd1e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/images/EU_logo.jpg

117 KB
Loading

public/images/EU_logo_new.jpg

117 KB
Loading

resources/views/layout/footer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
</div>
2424
<div class="about">
25-
<img src="/images/EU_logo.png">
25+
<img width="200px" alt="Funded by the European Union Logo" src="/images/EU_logo_new.jpg">
2626
<div class="phrase">
27-
<div class="text">@lang('base.footer_msg')</div>
27+
2828
<div class="text"><a
2929
href="{{route('privacy')}}">{{ucfirst(mb_strtolower(__('privacy-statement.title'),'UTF-8'))}}</a> - <a
3030
href="{{route('cookie')}}">@lang('cookie_policy.title')</a></div>

0 commit comments

Comments
 (0)