Skip to content

Commit

Permalink
feat: remove unnecessary whitespace in post form view
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Feb 28, 2025
1 parent 3b4aa90 commit be87ad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/posts/_form.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use('App\Enums\FeaturedStatus')

<div class="space-y-8">
<x-field>
<x-label for="title">{{ __('posts.form.Title') }}</x-label>
Expand Down

0 comments on commit be87ad4

Please sign in to comment.