Remove sidebar brands

This commit is contained in:
Raven Scott
2026-07-14 23:43:23 -04:00
parent 1e20818c17
commit f9b3eb004d
2 changed files with 0 additions and 9 deletions
-2
View File
@@ -112,7 +112,6 @@ function injectChrome() {
// Always root-absolute so /docs (no trailing slash) does not break relative links
sideHost.innerHTML = `
<a class="docs-sidebar-brand" href="/docs/">
<img src="/assets/logo/peardock-icon-64.png" alt="" width="28" height="28" />
<span class="docs-sidebar-brand-text">
<strong>peardock</strong>
<span>Documentation</span>
@@ -150,7 +149,6 @@ function injectChrome() {
if (legalHost) {
legalHost.innerHTML = `
<a class="docs-sidebar-brand" href="/legal/">
<img src="/assets/logo/peardock-icon-64.png" alt="" width="28" height="28" />
<span class="docs-sidebar-brand-text">
<strong>HoneyPeer, LLC</strong>
<span>Legal</span>
-7
View File
@@ -145,13 +145,6 @@ body.is-docs .nav-brand-text {
color: var(--text);
}
.docs-sidebar-brand img {
width: 28px;
height: 28px;
border-radius: 8px;
flex-shrink: 0;
}
.docs-sidebar-brand-text {
display: flex;
flex-direction: column;