Skip to content

Commit

Permalink
increse margin-top value for link chart
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jan 31, 2025
1 parent ebefe64 commit b577667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontend/short.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class="btn btn-delete btn-square btn-sm"
</div>
</div>

<div class="mt-20">
<div class="mt-22">
@if (auth()->check() && (auth()->user()->id === $url->user_id || auth()->user()->hasRole('admin')))
@livewire(\App\Livewire\Chart\LinkVisitChart::class, ['model' => $url])
@else
Expand Down

0 comments on commit b577667

Please sign in to comment.