Skip to content

Commit

Permalink
Update MenuBar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubajyotifounderofDSoft authored Jan 4, 2024
1 parent 82d4149 commit cd1e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/components/MenuBar/MenuBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function MenuBar(props) {
</div>
<div className="navigation">
<div className="dropdown">
<span className="dropdown-trigger-btn">{props.file}</span>
<span className="dropdown-trigger-btn">Filed</span>
<div className="dropdown-content">
<ul>
<li aria-label="New File (Ctrl + N)">New File</li>
Expand Down

0 comments on commit cd1e691

Please sign in to comment.