mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-05 13:37:44 +01:00
Update littlelink.blade.php
This commit is contained in:
parent
90e272d11a
commit
4f650566d5
@ -310,7 +310,7 @@ function get_operating_system() {
|
||||
@php $initial = 1; @endphp
|
||||
|
||||
@foreach($links as $link)
|
||||
@php $linkName = str_replace('default ','',strtolower($link->title)) @endphp
|
||||
@php $linkName = str_replace('default ','',$link->title) @endphp
|
||||
@switch($link->name)
|
||||
@case('icon')
|
||||
@break
|
||||
|
Loading…
x
Reference in New Issue
Block a user