mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
refactor(faq): update about + faq
- Updated the HTML structure and removed unnecessary meta tags - Replaced the Laravel blade syntax with standard PHP syntax - Added appropriate section titles and descriptions for better SEO optimization - Fixed a typo in the class name "min-h-sceen" to "min-h-screen" - Removed redundant code related to OpenGraph and Twitter metadata - Improved readability by using consistent indentation and spacing
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</span>
|
||||
</summary>
|
||||
<p class="text-gray-100 mt-3">
|
||||
{{$answer}}
|
||||
{!! $answer !!}
|
||||
</p>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user