Skip to content

Commit

Permalink
Update visit.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Apr 30, 2024
1 parent 7d02751 commit 29f0ade
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions resources/views/components/table/visit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
$title = $uClick.' '.__('Uniques').' / '.$tClick.' '.__('Clicks');
@endphp

<div>
<div title="{{ $title }}">
{{ $uClick }} / {{ $tClick }}
@svg('icon-bar-chart', 'ml-2 text-amber-600')
</div>
<div title="{{ $title }}">
{{ $uClick }} / {{ $tClick }}
@svg('icon-bar-chart', 'ml-2 text-amber-600')
</div>

0 comments on commit 29f0ade

Please sign in to comment.