From afbf9fa4f665404c7128315e2b84f63376f1cdce Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 5 Oct 2023 10:44:08 +0530 Subject: fixed toggler icon not showing due to CSP violation --- package.json | 2 +- src/components/navbar.vue | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c663905..236329b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbills-web", - "version": "0.0.3", + "version": "0.0.4", "private": false, "scripts": { "dev": "vite", diff --git a/src/components/navbar.vue b/src/components/navbar.vue index 12616b6..0956d30 100644 --- a/src/components/navbar.vue +++ b/src/components/navbar.vue @@ -26,7 +26,7 @@ watch( aria-expanded="false" aria-label="Toggle navigation" > - + + + -- cgit v1.2.3