Skip to content

Commit

Permalink
refactor: change menu position in comment card
Browse files Browse the repository at this point in the history
  • Loading branch information
yilanboy committed Nov 9, 2024
1 parent 9dedd6b commit 141d8c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class="hidden text-gray-400 md:block"
{!! $this->convertedBody !!}
</div>

<div class="flex items-center space-x-6 text-base text-gray-400">
<div class="flex items-center justify-end gap-6 text-base text-gray-400">
@auth
@if (auth()->id() === $userId)
<button
Expand Down

0 comments on commit 141d8c9

Please sign in to comment.