From 84cc3a1c685be2119bb1fa1a244643902362c397 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 10 Apr 2025 09:04:07 +1200 Subject: [PATCH] Help find your username --- pug/home.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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