Skip to content

Commit f40d9cc

Browse files
committed
Changed credit footer to SVG
To provide consistent styling across themes and backgrounds
1 parent bef2617 commit f40d9cc

File tree

2 files changed

+110
-4
lines changed

2 files changed

+110
-4
lines changed
Lines changed: 107 additions & 0 deletions
Loading

resources/views/layouts/footer.blade.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
@if(env('DISPLAY_CREDIT') === true)
1212
{{-- Removed class spacing --}}
13-
<div class="credit-footer"><a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more about LinkStack')}}">
13+
<a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more about LinkStack')}}">
1414
<div style="vertical-align: middle;display: inline-block;padding-bottom:50px;" class="credit-hover hvr-grow fadein">
15-
<img style="top:9px;" class="credit-icon image-footer1 generic" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="LinkStack">
16-
<a href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more')}}" class="credit-txt credit-txt-clr credit-text">Powered by LinkStack</a>
15+
<img style="width:200px" class="" src="{{ asset('assets/linkstack/images/powered-by-linkstack.svg') }}" alt="LinkStack">
1716
</div>
18-
</a></div>
17+
</a>
1918
@endif
2019
</div>

0 commit comments

Comments
 (0)