Skip to content

Commit

Permalink
Use quote-right as icon for citations.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Mar 5, 2020
1 parent 335c7f3 commit c651baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartFigureConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default class SmartFigureConfiguration extends Configurator {
{ command: 'toggle-subscript', icon: 'subscript', tooltip: 'Subscript' },
{ command: 'toggle-superscript', icon: 'superscript', tooltip: 'Superscript' },
{ command: 'create-link', icon: 'link', tooltip: 'Link' },
{ command: 'create-citation', icon: 'asterisk', tooltip: 'Citation' },
{ command: 'create-citation', icon: 'quote-right', tooltip: 'Citation' },
{
type: 'menu',
label: 'Smart Figure',
Expand Down

0 comments on commit c651baf

Please sign in to comment.