Skip to content

Commit 8f2abd6

Browse files
danharringithub-actions[bot]
authored andcommitted
chore: fix code style
1 parent 5e98c8b commit 8f2abd6

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

resources/views/components/articles/list.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ class="absolute left-[.35rem] top-[.35rem] -z-10 h-[2.1rem] rounded-full transit
189189
></div>
190190
</div>
191191

192-
<div class="flex w-full flex-1 flex-wrap items-center gap-3 min-[900px]:w-auto min-[900px]:flex-nowrap min-[900px]:justify-end"></div>
192+
<div
193+
class="flex w-full flex-1 flex-wrap items-center gap-3 min-[900px]:w-auto min-[900px]:flex-nowrap min-[900px]:justify-end"
194+
></div>
193195

194196
<div
195197
class="flex w-full flex-wrap items-center gap-3 min-[900px]:w-auto min-[900px]:flex-nowrap min-[900px]:justify-end"

resources/views/components/home/v4-features.blade.php

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ class="absolute -bottom-4 left-4 -z-10 h-7 w-7 rounded-full bg-black/50 blur-md"
299299

300300
{{-- Description --}}
301301
<div class="max-w-xs pt-3 font-medium text-dolphin">
302-
Deeply nested Filament resources now reflect their hierarchy in URLs and breadcrumbs, letting you manage child items (e.g., Lessons within Courses) contextually.
302+
Deeply nested Filament resources now reflect their
303+
hierarchy in URLs and breadcrumbs, letting you manage
304+
child items (e.g., Lessons within Courses) contextually.
303305
</div>
304306
</div>
305307
</div>
@@ -352,7 +354,9 @@ class="absolute -bottom-4 left-4 -z-10 h-7 w-7 rounded-full bg-black/50 blur-md"
352354

353355
{{-- Description --}}
354356
<div class="max-w-xs pt-3 font-medium text-dolphin">
355-
Expect 2–3× faster rendering for tables, partial component re‑rendering, and new methods to cut down on server calls.
357+
Expect 2–3× faster rendering for tables, partial
358+
component re‑rendering, and new methods to cut down on
359+
server calls.
356360
</div>
357361
</div>
358362
</div>
@@ -405,7 +409,9 @@ class="absolute -bottom-4 left-4 -z-10 h-7 w-7 rounded-full bg-black/50 blur-md"
405409

406410
{{-- Description --}}
407411
<div class="max-w-xs pt-3 font-medium text-dolphin">
408-
Tables can now be populated from custom or external data sources—such as arrays or APIs—without relying on Eloquent models.
412+
Tables can now be populated from custom or external data
413+
sources—such as arrays or APIs—without relying on
414+
Eloquent models.
409415
</div>
410416
</div>
411417
</div>
@@ -458,7 +464,9 @@ class="absolute -bottom-4 left-4 -z-10 h-7 w-7 rounded-full bg-black/50 blur-md"
458464

459465
{{-- Description --}}
460466
<div class="max-w-xs pt-3 font-medium text-dolphin">
461-
The new TipTap‑based rich editor adds support for custom blocks, merge tags, and temporary private image URLs for more powerful content editing.
467+
The new TipTap‑based rich editor adds support for custom
468+
blocks, merge tags, and temporary private image URLs for
469+
more powerful content editing.
462470
</div>
463471
</div>
464472
</div>
@@ -511,7 +519,9 @@ class="absolute -bottom-4 left-4 -z-10 h-7 w-7 rounded-full bg-black/50 blur-md"
511519

512520
{{-- Description --}}
513521
<div class="max-w-xs pt-3 font-medium text-dolphin">
514-
Filament now adopts Tailwind CSS v4, which simplifies the styling system and allows for easier style customization and theme creation.
522+
Filament now adopts Tailwind CSS v4, which simplifies
523+
the styling system and allows for easier style
524+
customization and theme creation.
515525
</div>
516526
</div>
517527
</div>

0 commit comments

Comments
 (0)