Skip to content

Commit

Permalink
FAQ Link
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Jun 10, 2024
1 parent 807c284 commit 4b17c27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/components/ecl/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ class="ecl-link ecl-link--standalone ecl-link--inverted ecl-site-footer__link"
class="ecl-link ecl-link--standalone ecl-link--inverted ecl-site-footer__link"
aria-label="{{__('footer.Learn more about the DSA')}}">{{__('footer.Learn more about the DSA')}}</a></li>

<li class="ecl-site-footer__list-item">
<a href="{{ route('page.show', [__('menu.General_link')]) }}"
class="ecl-link ecl-link--standalone ecl-link--inverted ecl-site-footer__link"
aria-label="{{__('menu.General')}}">{{__('menu.FAQ')}}</a></li>

<li class="ecl-site-footer__list-item">
<a href="{{ route('page.show', ['page' => 'announcements']) }}"
class="ecl-link ecl-link--standalone ecl-link--inverted ecl-site-footer__link"
Expand Down

0 comments on commit 4b17c27

Please sign in to comment.