diff --git a/public/assets/join.js b/public/assets/join.js
index 86c3abc..662658f 100644
--- a/public/assets/join.js
+++ b/public/assets/join.js
@@ -13,7 +13,7 @@
};
const v = new URLSearchParams(location.search).get('v');
const a = v && ANGLES[v];
- if (a) { $('jnEyebrow').textContent = a.eyebrow; $('jnHead').innerHTML = a.h; $('jnLead').textContent = a.lead; }
+ if (a) { $('jnEyebrow').textContent = '· ' + a.eyebrow; $('jnHead').innerHTML = a.h; $('jnLead').textContent = a.lead; }
async function api(path, body) {
const r = await (await fetch(path, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(body || {}) })).json();
diff --git a/public/join.html b/public/join.html
index 867b34a..64b1f9f 100644
--- a/public/join.html
+++ b/public/join.html
@@ -9,11 +9,16 @@