Skip to content

Commit da5c5d6

Browse files
committed
Fixed share button toggle
#649
1 parent e224b68 commit da5c5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/linkstack/modules/share-button.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$DisplayShowShrBtn = $ShowShrBtn === 'true' && UserData::getData($userinfo->id, 'disable-sharebtn') !== "true";
1717
@endphp
1818

19-
<div align="right" @if($DisplayShowShrBtn == false) style="visibility:hidden" @endif class="sharediv">
19+
<div align="right" @if($DisplayShowShrBtn == 'false') style="visibility:hidden" @endif class="sharediv">
2020
<div>
2121
<span class="sharebutton button-hover icon-hover share-button" data-share="{{url()->current()}}" tabindex="0" role="button" aria-label="{{__('messages.Share this page')}}">
2222
<i style="color: black;" class="fa-solid fa-share sharebutton-img share-icon hvr-icon"></i>

0 commit comments

Comments
 (0)