add intro for meetups

This commit is contained in:
Benjamin Takats
2023-01-15 15:23:22 +01:00
parent 2a2004a20a
commit 9f0a28c17e
4 changed files with 46 additions and 10 deletions

View File

@@ -48,7 +48,7 @@
href="{{ $currentModal?->link }}" target="_blank">{{ __('Link to the registration') }}</a>
<div class="prose-xl prose-white">
<x-markdown>
{{ $currentModal?->course->description }}
{!! $currentModal?->course->description !!}
</x-markdown>
</div>
<a class="block w-full rounded-md border border-transparent bg-white py-3 px-5 text-center text-base font-medium text-amber-500 shadow-md hover:bg-gray-50 sm:inline-block sm:w-auto"