Skip to content

Commit fab724a

Browse files
Merge pull request #62 from JulianPrieber/main
Update footer.blade.php
2 parents 0623352 + 6c04067 commit fab724a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/layouts/footer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010

1111
@if(env('DISPLAY_CREDIT') === true)
12-
<a style="text-decoration: none;" class="spacing" href="https://littlelink-custom.com" target="_blank" title="Learn more">
12+
<div class="credit-footer"><a style="text-decoration: none;" class="spacing" href="https://littlelink-custom.com" target="_blank" title="Learn more">
1313
<section class="hvr-grow fadein">
1414
<div class="parent-footer credit-icon" >
1515
<img id="footer_spin" class="footer_spin image-footer1 generic" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="LittleLink Custom"></img>
@@ -18,6 +18,6 @@
1818

1919
<a href="https://littlelink-custom.com" target="_blank" title="Learn more" class="credit-txt credit-txt-clr credit-text">Powered by LittleLink Custom</a>
2020
</section>
21-
</a><br><br><br>
21+
</a></div><br><br><br>
2222
@endif
2323
</div>

0 commit comments

Comments
 (0)