feat: add link to git in settings
This commit is contained in:
parent
4d943c040a
commit
9825c53c1c
1 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,18 @@
|
|||
|
||||
<NostrWalletConnect />
|
||||
|
||||
<div class="retro-card">
|
||||
<h2>Source Code</h2>
|
||||
<Button
|
||||
variant="secondary"
|
||||
onclick={() => {
|
||||
window.open("https://git.arx-ccn.com/Arx/PortalBTC", "_blank");
|
||||
}}
|
||||
>
|
||||
View on Git
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<DangerZone />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue