feat: hide log events section in election page

This commit is contained in:
fsociety
2024-09-30 18:32:51 +02:00
parent d32b13989d
commit 290d8b3d78

View File

@@ -467,7 +467,7 @@ $signEvent = function ($event) {
</div> </div>
<!-- Log events --> <!-- Log events -->
<div class="mt-6 hidden sm:block"> {{--<div class="mt-6 hidden sm:block">
<div class="bg-white dark:bg-gray-800 shadow-sm rounded-xl mb-8"> <div class="bg-white dark:bg-gray-800 shadow-sm rounded-xl mb-8">
<header class="px-5 py-4"> <header class="px-5 py-4">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">Logged Votes on Nostr <span <h2 class="font-semibold text-gray-800 dark:text-gray-100">Logged Votes on Nostr <span
@@ -533,7 +533,7 @@ $signEvent = function ($event) {
</div> </div>
</div> </div>
</div> </div>
</div> </div>--}}
</div> </div>