add nosta.me in login with nsec section
This commit is contained in:
parent
4fdf8b57c9
commit
9565115ec2
1 changed files with 7 additions and 1 deletions
|
@ -134,6 +134,12 @@
|
||||||
Need an account? Create one using any of these popular clients:
|
Need an account? Create one using any of these popular clients:
|
||||||
</p>
|
</p>
|
||||||
<ul class="client-list">
|
<ul class="client-list">
|
||||||
|
<li>
|
||||||
|
<a href="https://nosta.me" target="_blank" rel="noopener">
|
||||||
|
Nosta
|
||||||
|
<span class="client-desc">Simple nostr client focused on profile creation and viewing</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://primal.net" target="_blank" rel="noopener">
|
<a href="https://primal.net" target="_blank" rel="noopener">
|
||||||
Primal
|
Primal
|
||||||
|
@ -190,7 +196,7 @@
|
||||||
.client-list {
|
.client-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||||
gap: var(--spacing-sm);
|
gap: var(--spacing-sm);
|
||||||
margin: var(--spacing-md) 0;
|
margin: var(--spacing-md) 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue