Skip to content

Commit

Permalink
[Navigation bar] Remove unnecessary className
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Jun 28, 2024
1 parent 70308af commit 0d385d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/frontend/src/components/NavigationBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ export const NavigationBar = () => {
<span>
<h2>oodikone</h2>
</span>
{isDev && (
<Label className="devRibbon" color="red">
dev
</Label>
)}
{isDev && <Label color="red">dev</Label>}
</Menu.Item>
)

Expand Down

0 comments on commit 0d385d0

Please sign in to comment.