Skip to content

Commit

Permalink
rename to accordion box, #150
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed May 15, 2024
1 parent a692996 commit 969fe54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/lab/LabScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Tandem from '../../../tandem/js/Tandem.js';
import buoyancy from '../buoyancy.js';
import BuoyancyStrings from '../BuoyancyStrings.js';
import ScreenIcon from '../../../joist/js/ScreenIcon.js';
import FluidDisplacedPanel from '../../../density-buoyancy-common/js/buoyancy/view/FluidDisplacedPanel.js';
import FluidDisplacedAccordionBox from '../../../density-buoyancy-common/js/buoyancy/view/FluidDisplacedAccordionBox.js';
import DensityBuoyancyCommonKeyboardHelpNode from '../../../density-buoyancy-common/js/common/view/DensityBuoyancyCommonKeyboardHelpNode.js';

export default class LabScreen extends Screen<BuoyancyLabModel, BuoyancyLabScreenView> {
Expand All @@ -31,7 +31,7 @@ export default class LabScreen extends Screen<BuoyancyLabModel, BuoyancyLabScree
{
name: BuoyancyStrings.screen.labStringProperty,
backgroundColorProperty: DensityBuoyancyCommonColors.skyBottomProperty,
homeScreenIcon: new ScreenIcon( FluidDisplacedPanel.createIcon() ),
homeScreenIcon: new ScreenIcon( FluidDisplacedAccordionBox.createIcon() ),
tandem: tandem,
createKeyboardHelpNode: () => new DensityBuoyancyCommonKeyboardHelpNode( true, true )
}
Expand Down

0 comments on commit 969fe54

Please sign in to comment.