Skip to content

Commit fbea883

Browse files
committed
feat(documentation): remove under development warning from font-awesome 6 section
1 parent 10bd086 commit fbea883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/font-awesome/v6/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</div>
2020

2121
{{-- BETA WARNING --}}
22-
<div class="col-span-3">
22+
{{-- <div class="col-span-3">
2323
<x-docs-box class="bg-yellow-600 text-gray-900">
2424
<div class="font-black text-lg mb-4">Under Development</div>
2525
<div>
2626
Our latest implementation of Font Awesome v6 introduces a new generation of our API to bring SVG map markers to your applications for a faster, sleeker look. Please note that this feature is currently in public BETA. Expect ongoing development and potential breaking changes. Use with care!
2727
</div>
2828
</x-docs-box>
29-
</div>
29+
</div> --}}
3030

3131
{{-- PINS --}}
3232
<div class="prose prose-invert text-center pt-10">

0 commit comments

Comments
 (0)