From e96b1c11e2a3c176134173a64a8d89e888332c37 Mon Sep 17 00:00:00 2001 From: "Forge (OpenClaw)" Date: Thu, 26 Feb 2026 07:22:14 +0000 Subject: [PATCH] feat(nav): add Questions link to base navbars --- frontend/templates/base_app.html | 10 ++++++++++ frontend/templates/base_landing.html | 12 +++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/frontend/templates/base_app.html b/frontend/templates/base_app.html index 3f83613..c1549a8 100644 --- a/frontend/templates/base_app.html +++ b/frontend/templates/base_app.html @@ -77,6 +77,11 @@ Dashboard +
  • + + Questions + +
  • Settings @@ -136,6 +141,11 @@ Dashboard
  • +
  • + + Questions + +
  • {% if user.is_authenticated %}
  • diff --git a/frontend/templates/base_landing.html b/frontend/templates/base_landing.html index dbe0b6f..72b4175 100644 --- a/frontend/templates/base_landing.html +++ b/frontend/templates/base_landing.html @@ -68,9 +68,14 @@ Clawrn Logo Clawrn - - Start for Free - + {% else %} @@ -85,6 +90,7 @@