change wallet/public key

This commit is contained in:
HolgerHatGarKeineNode
2023-02-25 19:28:28 +01:00
parent de8c6060c1
commit 694fd1146f
19 changed files with 406 additions and 21 deletions

View File

@@ -35,6 +35,14 @@
{{ __('My profile') }}
</x-button>
</div>
<div>
<x-button xs amber href="{{ route('profile.wallet') }}"
:active="request()->routeIs('profile.wallet')">
<i class="fa fa-thin fa-user"></i>
{{ __('Change lightning wallet/pubkey') }}
</x-button>
</div>
</div>
</div>