mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 03:07:21 +02: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
|
@php $initial = 1; @endphp
|
||||||
|
|
||||||
@foreach($links as $link)
|
@foreach($links as $link)
|
||||||
@php $linkName = str_replace('default ','',strtolower($link->title)) @endphp
|
@php $linkName = str_replace('default ','',$link->title) @endphp
|
||||||
@switch($link->name)
|
@switch($link->name)
|
||||||
@case('icon')
|
@case('icon')
|
||||||
@break
|
@break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user