mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
🎨 feat(profile): update profile blade with new message and clean up payment function description
This commit is contained in:
@@ -423,6 +423,12 @@ $loadEvents = function () {
|
|||||||
</div>
|
</div>
|
||||||
<div>{{ $currentPleb->application_text }}</div>
|
<div>{{ $currentPleb->application_text }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="font-medium text-gray-800 dark:text-gray-100 mb-1">
|
||||||
|
Schaue später vorbei, denn nun muss jemand aus dem Vorstand deine
|
||||||
|
Bewerbung prüfen.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -513,12 +519,10 @@ $loadEvents = function () {
|
|||||||
@else
|
@else
|
||||||
<div class="flex sm:justify-center">
|
<div class="flex sm:justify-center">
|
||||||
<button
|
<button
|
||||||
class="btn sm:text-2xl dark:bg-gray-800 border-gray-200 dark:border-gray-700/60 hover:border-gray-300 dark:hover:border-gray-600 text-amber-500"
|
class="btn dark:bg-gray-800 border-gray-200 dark:border-gray-700/60 hover:border-gray-300 dark:hover:border-gray-600 text-amber-500"
|
||||||
>
|
>
|
||||||
<i class="fa-sharp-duotone fa-solid fa-user-helmet-safety mr-2"></i>
|
<i class="fa-sharp-duotone fa-solid fa-user-helmet-safety mr-2"></i>
|
||||||
Die Funktion für die Zahlung der Mitgliedsbeiträge
|
Die Zahlungsfunktion der Mitgliedsbeiträge wird derzeit entwickelt.
|
||||||
muss noch eingehend getestet und weiterentwickelt
|
|
||||||
werden.
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user