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 Apr 30, 2024
1 parent 9651989 commit df3624c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions resources/views/frontend/short.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,15 @@
</a>
</span>

<div class="break-all max-w-2xl mt-2">
@svg('arrow-turn-right')
<a href="{{ $url->destination }}" target="_blank" rel="noopener noreferrer" class="redirect-anchor">
{{ $url->destination }}
</a>
<div class="mt-2">
<div class="flex gap-x-2">
<div class="hidden md:block">@svg('arrow-turn-right')</div>
<div class="break-all max-w-2xl">
<a href="{{ $url->destination }}" target="_blank" rel="noopener noreferrer" class="redirect-anchor">
{{ $url->destination }}
</a>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit df3624c

Please sign in to comment.