fixes little typo, that fails to render the widget

This commit is contained in:
SimonGschnell
2024-07-02 09:26:19 +02:00
parent d0f457d8ed
commit 3d2ea2821e
@@ -58,7 +58,7 @@ export default {
<span>{{item}}</span>
<i class="fa fa-file"></i>
</a>
<a v-else :href="#">
<a v-else href="#">
<span>{{item}}</span>
<i class="fa fa-file"></i>
</a>