diff --git a/static/v3/brand/feedback-logo-light.png b/static/v3/brand/feedback-logo-light.png
new file mode 100644
index 0000000..6b3956d
Binary files /dev/null and b/static/v3/brand/feedback-logo-light.png differ
diff --git a/static/v3/index.html b/static/v3/index.html
index 62e6eb5..41f9e76 100644
--- a/static/v3/index.html
+++ b/static/v3/index.html
@@ -122,7 +122,7 @@
the inline brand is the no-JS fallback. -->
diff --git a/static/v3/shell.js b/static/v3/shell.js
index a096cda..87d9614 100644
--- a/static/v3/shell.js
+++ b/static/v3/shell.js
@@ -338,7 +338,8 @@
// ── Boot ────────────────────────────────────────────────────────────────
async function boot() {
- if (window.fbBrand) window.fbBrand.renderWordmark(document.getElementById('v3-brand'), { size: 'text-xl' });
+ var _v3brand = document.getElementById('v3-brand');
+ if (_v3brand) _v3brand.innerHTML = '
';
renderSidebar();
renderTopbar();
ensureBackdrop();