mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
buttons and icons
This commit is contained in:
parent
5cb229ae90
commit
2375bc3f57
6 changed files with 77 additions and 13 deletions
|
@ -106,7 +106,7 @@ export class EditorPanel extends React.PureComponent {
|
|||
|
||||
<div className="control-bar">
|
||||
<button
|
||||
className="highlighted"
|
||||
className="highlighted cancel"
|
||||
onClick={this.stopEditing}
|
||||
>
|
||||
<span>ОТМЕНА</span>
|
||||
|
@ -117,7 +117,7 @@ export class EditorPanel extends React.PureComponent {
|
|||
onClick={this.startSaveMode}
|
||||
>
|
||||
<span>СХОРОНИТЬ</span>
|
||||
<Icon icon="icon-save" />
|
||||
<Icon icon="icon-save-2" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue