Skip to content
Snippets Groups Projects
Commit 320352bf authored by syuilo's avatar syuilo
Browse files

fix(client): Fix icon

parent 3c669902
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
import Vue from 'vue';
import * as XDraggable from 'vuedraggable';
import { v4 as uuid } from 'uuid';
import { faWindowMaximize, faTimes } from '@fortawesome/free-solid-svg-icons';
import { faWindowMaximize, faTimes, faCog } from '@fortawesome/free-solid-svg-icons';
import XColumn from './column.vue';
import { widgets } from '../../widgets';
......@@ -62,7 +62,7 @@ export default Vue.extend({
created() {
this.menu = [{
icon: 'cog',
icon: faCog,
text: this.$t('edit'),
action: () => {
this.edit = !this.edit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment