diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 9883adce..981567c8 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -52,7 +52,9 @@ :to="subsub.route" > - {{ "fa-" + subsub.icon }} + {{ + "fa-" + subsub.icon + }} - {{ "fa-" + subitem.icon }} + {{ + "fa-" + subitem.icon + }} {{ @@ -86,7 +90,7 @@