Skip to content

Commit a051358

Browse files
committed
Update footer.blade.php
1 parent d4bab20 commit a051358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/layouts/footer.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
@if(env('DISPLAY_CREDIT') === true)
1212
{{-- Removed class spacing --}}
1313
<div class="credit-footer"><a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="Learn more about LinkStack">
14-
<div style="vertical-align: middle;display: inline-block;" class="credit-hover hvr-grow fadein">
15-
{{-- <img class="credit-icon image-footer1 generic" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="LinkStack"> --}}
14+
<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">
1616
<a href="https://linkstack.org" target="_blank" title="Learn more" class="credit-txt credit-txt-clr credit-text">Powered by LinkStack</a>
1717
</div>
18-
</a></div><br><br><br>
18+
</a></div>
1919
@endif
2020
</div>

0 commit comments

Comments
 (0)