Skip to content

Commit 4f65056

Browse files
committed
Update littlelink.blade.php
1 parent 90e272d commit 4f65056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/littlelink.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function get_operating_system() {
310310
@php $initial = 1; @endphp
311311

312312
@foreach($links as $link)
313-
@php $linkName = str_replace('default ','',strtolower($link->title)) @endphp
313+
@php $linkName = str_replace('default ','',$link->title) @endphp
314314
@switch($link->name)
315315
@case('icon')
316316
@break

0 commit comments

Comments
 (0)