feat: update UI in profile.blade.php

Made several changes to the UI in the profile.blade.php file, including removing unnecessary comments, updating class attributes, and modifying the structure of certain divs and sections for improved readability and maintainability.
This commit is contained in:
fsociety
2024-09-30 20:28:55 +02:00
parent 4568d9e402
commit 883bd4d1e5

View File

@@ -345,8 +345,7 @@ $loadEvents = function () {
</div> </div>
</section> </section>
<!-- Business Profile --> {{--<section>
<section>
@if($currentPubkey && !$currentPleb->application_for && $currentPleb->association_status->value < 2) @if($currentPubkey && !$currentPleb->application_for && $currentPleb->association_status->value < 2)
<h3 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1"> <h3 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1">
passives Mitglied werden passives Mitglied werden
@@ -366,9 +365,8 @@ $loadEvents = function () {
</div> </div>
</div> </div>
@endif @endif
</section> </section>--}}
<!-- Email -->
<section> <section>
@if($currentPubkey && !$currentPleb->application_for && $currentPleb->association_status->value < 2) @if($currentPubkey && !$currentPleb->application_for && $currentPleb->association_status->value < 2)
<h3 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1"> <h3 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1">