Skip to content

Commit

Permalink
Update the number of url clicks icon
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 7, 2024
1 parent dc9c9b5 commit 9b0fd57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions resources/svg/chart-line-alt.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/backend/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
border-y border-uh-border-color sm:border-none sm:shadow-md"
>
<div class="flex flex-row space-x-4 items-center">
@svg('icon-chart-bar', 'mr-1.5 text-amber-600 text-3xl')
@svg('icon-chart-line-alt', 'mr-1.5 text-amber-600 text-3xl')
<div>
<p class="text-gray-400 text-sm font-medium uppercase leading-4">Total Clicks</p>
<p class="text-2xl font-bold text-gray-900 inline-flex items-center space-x-2">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/table/visit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<div title="{{ $title }}">
{{ $uClick }} / {{ $tClick }}
@svg('icon-chart-bar', 'ml-2 text-amber-600')
@svg('icon-chart-line-alt', 'ml-2 text-amber-600')
</div>
2 changes: 1 addition & 1 deletion resources/views/frontend/short.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<i>{{$url->created_at->toDayDateTimeString()}}</i>
</li>
<li class="inline-block pr-4 mt-4 lg:mt-0">
@svg('icon-chart-bar')
@svg('icon-chart-line-alt')
<i>
<span title="{{number_format($url->clicks)}}" class="font-bold">
{{numberAbbreviate($url->clicks)}}
Expand Down

0 comments on commit 9b0fd57

Please sign in to comment.