add nostr button

This commit is contained in:
HolgerHatGarKeineNode
2023-02-27 16:07:13 +01:00
parent 8dd846f480
commit 8e42386b67
3 changed files with 81 additions and 45 deletions

View File

@@ -36,6 +36,12 @@
{{ __('My profile') }}
</a>
<a href="{{ route('profile.meetups') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-user-group flex-none text-gray-400"></i>
{{ __('My meetups') }}
</a>
</div>
</div>
</div>