mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
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:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user