diff --git a/pug/home.pug b/pug/home.pug index dc931a5..2a22e87 100644 --- a/pug/home.pug +++ b/pug/home.pug @@ -27,7 +27,9 @@ html form.mt32(hx-post="/api/load-collection" hx-target="#results" hx-indicator="#submit-username") h1 Add an account .d-flex.gy4.fd-column.ps-relative - label.s-label(for="username") Bandcamp username + label.s-label.d-flex.ai-center(for="username") + span.mr8 Bandcamp username + a.s-tag.s-tag__sm(href="https://bandcamp.com/settings?pane=fan")!= icons.get("question-mark") input.s-input.wmx3#username(name="account" placeholder="Enter your Bandcamp username here") button.s-btn.s-btn__filled.my16#submit-username Load collection #results.d-flex