Move note and link to icon folder

This commit is contained in:
Paulo Gustavo Veiga 2021-12-27 23:10:56 -08:00
parent dc0a4648c5
commit c72ac36716
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 368 B

View File

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

View File

@ -19,7 +19,7 @@ import { $assert } from '@wisemapping/core-js';
import $ from 'jquery';
import Icon from './Icon';
import LinkIconTooltip from './widget/LinkIconTooltip';
import LinksImage from '../../assets/images/links.svg';
import LinksImage from '../../assets/icons/links.svg';
class LinkIcon extends Icon {
constructor(topic, linkModel, readOnly) {

View File

@ -20,7 +20,7 @@ import $ from 'jquery';
import { $msg } from './Messages';
import Icon from './Icon';
import FloatingTip from './widget/FloatingTip';
import NotesImage from '../../assets/images/notes.svg';
import NotesImage from '../../assets/icons/notes.svg';
class NoteIcon extends Icon {
constructor(topic, noteModel, readOnly) {