|
25 | 25 | </x-info>
|
26 | 26 |
|
27 | 27 | <x-info class="mt-4">
|
28 |
| - Every article that gets approved will be shared with our 50.000 users and wil be tweeted out on our <a href="https://twitter.com/laravelio" class="text-lio-700 underline">Twitter account</a> which has over 50,000 followers. Feel free to submit as many articles as you like. You can even cross-reference an article on your blog with the original url. |
| 28 | + Every article that gets approved will be shared with our 50.000 users and wil be tweeted out on our <a href="https://x.com/laravelio" class="text-lio-700 underline">X (Twitter) account</a> which has over 50,000 followers. Feel free to submit as many articles as you like. You can even cross-reference an article on your blog with the original url. |
29 | 29 | </x-info>
|
30 | 30 |
|
31 | 31 | <x-info class="mt-4">
|
|
38 | 38 | <div class="flex flex-col space-y-6">
|
39 | 39 | <div class="grow space-y-6">
|
40 | 40 | <div class="space-y-1">
|
41 |
| - <x-forms.label for="title">Title</x-forms.label> |
| 41 | + <x-forms.label for="title" /> |
42 | 42 |
|
43 | 43 | <x-forms.inputs.input name="title" :value="old('title', $article?->title())" required maxlength="100" />
|
44 | 44 |
|
|
50 | 50 |
|
51 | 51 | <div class="grow space-y-6">
|
52 | 52 | <div class="space-y-1">
|
53 |
| - <x-forms.label for="body">Body</x-forms.label> |
| 53 | + <x-forms.label for="body" /> |
54 | 54 |
|
55 | 55 | <livewire:editor :body="$article?->body()"/>
|
56 | 56 |
|
|
73 | 73 |
|
74 | 74 | <div class="grow space-y-6">
|
75 | 75 | <div class="space-y-1">
|
76 |
| - <x-forms.label for="tags">Tags</x-forms.label> |
| 76 | + <x-forms.label for="tags" /> |
77 | 77 |
|
78 | 78 | <select name="tags[]" id="create-article" multiple x-data="{}" x-init="$nextTick(function () { choices($el) })">
|
79 | 79 | @foreach ($tags as $tag)
|
@@ -148,9 +148,8 @@ class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:t
|
148 | 148 |
|
149 | 149 | @unless (Auth::user()->twitter())
|
150 | 150 | <span class="text-gray-600 text-sm mt-4 block">
|
151 |
| - Articles will be shared on Twitter. |
152 |
| - <a href="{{ route('settings.profile') }}" class="text-green-darker">Add your Twitter handle</a> |
153 |
| - and we'll include that too. |
| 151 | + Articles will be shared on X (Twitter). |
| 152 | + <a href="{{ route('settings.profile') }}" class="text-green-darker">Add your X (Twitter) handle</a> and we'll include that too. |
154 | 153 | </span>
|
155 | 154 | @endunless
|
156 | 155 | </div>
|
|
0 commit comments