Skip to content

Commit 6c04067

Browse files
Update footer.blade.php
1 parent 8f15795 commit 6c04067

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/views/layouts/footer.blade.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
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">
14-
<div class="parent-footer" >
14+
<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>
1616
<img class="image-footer2" src="{{ asset('littlelink/images/just-ll.svg') }}" alt="LittleLink Custom"></img>
1717
</div>
1818

19-
<a href="https://littlelink-custom.com" target="_blank" title="Learn more" class="credit-txt credit-txt-clr">Powered by LittleLink Custom</a>
19+
<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
23-
</div>
23+
</div>

0 commit comments

Comments
 (0)