search nostr plebs

This commit is contained in:
HolgerHatGarKeineNode
2023-08-22 17:16:41 +02:00
parent a2d8c4c416
commit 68e926a757
2 changed files with 98 additions and 0 deletions

View File

@@ -22,5 +22,7 @@
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Meetups') }}</a>
<a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Meetup dates') }}</a>
<a href="{{ route('nostr.plebs') }}"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Nostr Plebs') }}</a>
</div>
</div>