Skip to content

Commit a08d96e

Browse files
committed
Update code style
1 parent b83328c commit a08d96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/articles/_form.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:t
130130
</span>
131131
@endif
132132
</div>
133-
@if (! Auth::user()->twitterHandle())
133+
@unless (Auth::user()->twitterHandle())
134134
<span class="text-gray-600 text-sm mt-4 block">
135135
Articles will be shared on Twitter. <a href="{{ route('settings.profile') }}" class="text-green-darker">Add your Twitter handle</a> and we'll include that too.
136136
</span>
137-
@endif
137+
@endunless
138138
</div>
139139
</form>

0 commit comments

Comments
 (0)