Skip to content

Commit 5a02cea

Browse files
Update footer.blade.php
1 parent 525d932 commit 5a02cea

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,13 +11,13 @@
1111
@if(env('DISPLAY_CREDIT') === true)
1212
<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>
2121
</a><br><br><br>
2222
@endif
23-
</div>
23+
</div>

0 commit comments

Comments
 (0)