Update footer.blade.php
This commit is contained in:
parent
8f15795a5c
commit
6c04067d24
|
@ -9,15 +9,15 @@
|
|||
</div>
|
||||
|
||||
@if(env('DISPLAY_CREDIT') === true)
|
||||
<a style="text-decoration: none;" class="spacing" href="https://littlelink-custom.com" target="_blank" title="Learn more">
|
||||
<div class="credit-footer"><a style="text-decoration: none;" class="spacing" href="https://littlelink-custom.com" target="_blank" title="Learn more">
|
||||
<section class="hvr-grow fadein">
|
||||
<div class="parent-footer" >
|
||||
<div class="parent-footer credit-icon" >
|
||||
<img id="footer_spin" class="footer_spin image-footer1 generic" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="LittleLink Custom"></img>
|
||||
<img class="image-footer2" src="{{ asset('littlelink/images/just-ll.svg') }}" alt="LittleLink Custom"></img>
|
||||
</div>
|
||||
|
||||
<a href="https://littlelink-custom.com" target="_blank" title="Learn more" class="credit-txt credit-txt-clr">Powered by LittleLink Custom</a>
|
||||
<a href="https://littlelink-custom.com" target="_blank" title="Learn more" class="credit-txt credit-txt-clr credit-text">Powered by LittleLink Custom</a>
|
||||
</section>
|
||||
</a><br><br><br>
|
||||
</a></div><br><br><br>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue