Update littlelink.blade.php

This commit is contained in:
Julian Prieber 2023-03-28 16:07:06 +02:00
parent 90e272d11a
commit 4f650566d5
1 changed files with 1 additions and 1 deletions

View File

@ -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