Skip to content

Commit

Permalink
Fix button description
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-r-s-hines committed Dec 2, 2024
1 parent b15b271 commit c4c3f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/EditorPanels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default function EditorPanels(props: Props) {
</NavDropdown.Item>
))}
</NavDropdown>
<Button variant="" size="sm" className="icon-button" title="Export Sim Setup"
<Button variant="" size="sm" className="icon-button" title="Import Sim Setup"
onClick={props.onImport}
>
<Icon icon={faUpload} className={`${css.icon} text-secondary`}/>
Expand Down

0 comments on commit c4c3f20

Please sign in to comment.