mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
fixes little typo, that fails to render the widget
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user