From 08cf924ff5cf1b41192661d87d5abe2278189359 Mon Sep 17 00:00:00 2001 From: Gerhard Date: Fri, 3 Jan 2020 20:34:58 +0100 Subject: [PATCH] Class fix for menubar There was an extra single quote in the class name in the Menubar component. This caused the CSS for this component to break. --- src/components/menubar/Menubar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menubar/Menubar.vue b/src/components/menubar/Menubar.vue index 369fc11c9..e6e0a9c02 100644 --- a/src/components/menubar/Menubar.vue +++ b/src/components/menubar/Menubar.vue @@ -1,5 +1,5 @@