mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-14 10:22:06 +02:00
Fixed multi share URL
This commit is contained in:
parent
f837b82f89
commit
0a70a9dd3a
@ -325,7 +325,7 @@ $usrhandl = Auth::user()->littlelink_name;
|
|||||||
@php $sDomains = str_replace(' ', '', env('SUPPORTED_DOMAINS')); $sDomains = explode(',', $sDomains); @endphp
|
@php $sDomains = str_replace(' ', '', env('SUPPORTED_DOMAINS')); $sDomains = explode(',', $sDomains); @endphp
|
||||||
@foreach ($sDomains as $myvar)
|
@foreach ($sDomains as $myvar)
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item share-button" style="cursor:pointer!important;" data-share="{{'https://'.$myvar}}">
|
<a class="dropdown-item share-button" style="cursor:pointer!important;" data-share="{{'https://'.$myvar.'/@'.Auth::user()->littlelink_name}}">
|
||||||
<i class="bi bi-files"></i> {{ $myvar }}
|
<i class="bi bi-files"></i> {{ $myvar }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user