Skip to content

Commit 7daf7b6

Browse files
committed
Switched share button icon to Font Awesome
1 parent 7b67d8c commit 7daf7b6

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
@@ -160,7 +160,7 @@ function get_operating_system() {
160160

161161
@if($user_browser === 'Chrome' or get_operating_system() == 'mobile')
162162
<script src="{{ asset('littlelink/js/jquery.min.js') }}"></script>
163-
<div align="right" class="sharediv"><div><span class="sharebutton button-hover icon-hover" id='share-share-button'><img alt="share-icon" class="sharebutton-img share-icon hvr-icon" src="{{ asset('\/littlelink/icons\/')}}share.svg"><span class="sharebutton-mb">Share</span></span></div></div>
163+
<div align="right" class="sharediv"><div><span class="sharebutton button-hover icon-hover" id='share-share-button'><i style="color: black;" class="fa-solid fa-share sharebutton-img share-icon hvr-icon"></i><span class="sharebutton-mb">Share</span></span></div></div>
164164
<span class="copy-icon" role="button">
165165
</span>
166166
@else

0 commit comments

Comments
 (0)