Skip to content

Fix/mathblock #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove experimental badge
closes #440
  • Loading branch information
mariopesch committed Mar 19, 2025
commit 430e7098c22885af2be2955fd301a8a6f80a7ea6
8 changes: 1 addition & 7 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -614,13 +614,7 @@ class Navbar extends Component {
<FontAwesomeIcon icon={item.icon} />
</ListItemIcon>
{item.text === "Code Editor" ? (
<Badge
badgeContent={"Experimental"}
color="primary"
overlap="rectangular"
>
<ListItemText primary={item.text} />
</Badge>
<ListItemText primary={item.text} />
) : (
<ListItemText primary={item.text} />
)}
Expand Down