From 1f1a45ee0b4179fe7095632d4e6add6c62919005 Mon Sep 17 00:00:00 2001 From: germondai Date: Fri, 10 Jul 2026 17:35:25 +0200 Subject: [PATCH] style: use shallowRef for primitive refs in web nav --- apps/web/app/components/NavBar.vue | 2 +- apps/web/app/composables/useGithubStars.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/components/NavBar.vue b/apps/web/app/components/NavBar.vue index 1d7f159..27e72d8 100644 --- a/apps/web/app/components/NavBar.vue +++ b/apps/web/app/components/NavBar.vue @@ -1,7 +1,7 @@