Skip to content

Commit

Permalink
Rename icon image, see phetsims/tasks#1083
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 25, 2021
1 parent ece2796 commit cc21085
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/license.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"license": "contact [email protected]",
"notes": "created by Mariah Hermsmeyer"
},
"self-voicing-icon.png": {
"voicing-icon.png": {
"text": [
"Copyright 2002-2020 University of Colorado Boulder"
],
Expand Down
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion js/accessibility/speaker/VoicingQuickControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import BooleanRectangularStickyToggleButton from '../../../../sun/js/buttons/Boo
import RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js';
import ExpandCollapseButton from '../../../../sun/js/ExpandCollapseButton.js';
import Panel from '../../../../sun/js/Panel.js';
import voicingIconImage from '../../../images/self-voicing-icon_png.js';
import voicingIconImage from '../../../images/voicing-icon_png.js';
import sceneryPhet from '../../sceneryPhet.js';
import levelSpeakerModel from './levelSpeakerModel.js';
import VoicingInputListener from './VoicingInputListener.js';
Expand Down

0 comments on commit cc21085

Please sign in to comment.