Skip to content

Commit

Permalink
Update short.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Feb 28, 2024
1 parent 5b44856 commit 14f4c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/frontend/short.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
</div>
@endif
<div class="w-full md:w-3/4 mt-8 sm:mt-0">
<button class="btn-clipboard btn btn-secondary btn-sm"
<button id="clipboard_shortlink" class="btn-clipboard btn btn-secondary btn-sm"
title="{{__('Copy the shortened URL to clipboard')}}"
data-clipboard-text="{{$url->short_url}}"
>
@svg('icon-clone') {{__('Copy')}}
@svg('icon-clone', 'mr-1') {{__('Copy')}}
</button>

@auth
Expand Down

0 comments on commit 14f4c64

Please sign in to comment.