diff --git a/resources/views/comments/_actions.blade.php b/resources/views/comments/_actions.blade.php
index a95efe0c48..2ec74241ca 100644
--- a/resources/views/comments/_actions.blade.php
+++ b/resources/views/comments/_actions.blade.php
@@ -3,16 +3,16 @@
@can('reply-to-comment', $comment)
-
+
Reply
@endcan
@can('edit-comment', $comment)
-
+
Edit
@endcan
@if (((Auth::user()->id == $comment->commentable_id && $comment->commentable_type == 'App\Models\User\UserProfile') || Auth::user()->isStaff) && (isset($compact) && !$compact))
-
+
{{ $comment->is_featured ? 'Unf' : 'F' }}eature Comment
@endif
@can('delete-comment', $comment)