diff --git a/src/components/Bars.tsx b/src/components/Bars.tsx index 001dbd9..470dded 100644 --- a/src/components/Bars.tsx +++ b/src/components/Bars.tsx @@ -89,7 +89,7 @@ function getGtActivityPromise(): Promise { .catch(() => [])); } -// ── Subdomain nav rendering (task 04) ───────────────────────────────────── +// ── Subdomain nav rendering ────────────────────────────────────────────── // // The main site retains its bespoke LeftBar / RightBarContent rendering // unchanged (Recent Posts, auth-aware Account/Login/SignOut, admin links, @@ -578,170 +578,170 @@ function MainLeftBarContent() {
Recent Posts -
- - {() => ( - -
- - + -
    -
  • - -
  • -
+ + + -
-
- -
+
+
+ +
-
- +
+ +
-
); } @@ -828,9 +828,7 @@ export function LeftBar() { // ("bars render appropriately styled per site — brand color hint from // SITE_CONFIG"). Main keeps the existing neutral styling. const accentBorder = () => - site().id === "main" - ? undefined - : { "border-color": site().brandColor }; + site().id === "main" ? undefined : { "border-color": site().brandColor }; return (