From eead021fbffb667d0ab77899d138ab3dd42ba841 Mon Sep 17 00:00:00 2001 From: Maximilian Blazek <68336485+dgtlntv@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:51:15 +0200 Subject: [PATCH] trying to fix side nav with new tabs --- vanilla/webapp/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vanilla/webapp/app.py b/vanilla/webapp/app.py index 2167da0..a5c21a2 100644 --- a/vanilla/webapp/app.py +++ b/vanilla/webapp/app.py @@ -171,6 +171,8 @@ def global_template_context(): .replace("/design/", "") .replace("/accessibility", "") .replace("/design-guidelines", "") + .replace("/figma", "") + .replace("/react", "") ) docs_slug = "" if docs_slug == "/docs" else docs_slug