search nostr plebs

This commit is contained in:
HolgerHatGarKeineNode
2023-08-22 17:18:37 +02:00
parent 68e926a757
commit 99782dd4d1
4 changed files with 23 additions and 5 deletions

View File

@@ -138,7 +138,7 @@
</g>
</g>
</svg>
{{ __('Nostr Plebs') }}
{{ __('Plebs on Nostr') }}
</a>
</div>

View File

@@ -23,6 +23,6 @@
<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>
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Plebs on Nostr') }}</a>
</div>
</div>