mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Move note and link to icon folder
This commit is contained in:
parent
dc0a4648c5
commit
c72ac36716
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 283 B |
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user