diff --git a/src/components/Sidebar/WelcomeBox.vue b/src/components/Sidebar/WelcomeBox.vue index f9e326c..3e95795 100644 --- a/src/components/Sidebar/WelcomeBox.vue +++ b/src/components/Sidebar/WelcomeBox.vue @@ -4,20 +4,32 @@

New to Nostr?

- - + + + + Log in with key
@@ -49,6 +75,7 @@ export default { &-content { border-top: $border-dark; padding: 1rem; + text-align: center; button { width: 100%; padding: .5rem; @@ -56,6 +83,15 @@ export default { margin-bottom: 1rem; } } + a { + display: inline-block; + margin-top: 1rem; + cursor: pointer; + color: $color-primary; + &:hover { + text-decoration: underline; + } + } } }