This commit is contained in:
@@ -270,10 +270,10 @@
|
||||
|
||||
<!-- CODE -->
|
||||
<v-btn depressed tile class="ml-1" @click="editClick('code')">
|
||||
<v-icon>fa-code</v-icon></v-btn
|
||||
<v-icon>$ayiCode</v-icon></v-btn
|
||||
>
|
||||
<v-btn depressed tile @click="editClick('codeblock')">
|
||||
<v-icon>fa-square-full</v-icon></v-btn
|
||||
<v-icon>$ayiSquareFull</v-icon></v-btn
|
||||
>
|
||||
|
||||
<!-- HELP -->
|
||||
@@ -567,7 +567,7 @@ export default {
|
||||
case this.view.WIKI_VIEW:
|
||||
return "$ayiColumns";
|
||||
case this.view.SPLIT_VIEW:
|
||||
return "fa-feather";
|
||||
return "$ayiFeather";
|
||||
case this.view.DESIGN_VIEW:
|
||||
return "$ayiEye";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user