Skip to content

Commit

Permalink
feat(ui): remove beta label from situation map nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Dec 17, 2024
1 parent 85f5515 commit e5fc2f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ const MapNavBar: FunctionComponent = () => {
<FontAwesomeIcon icon={faMapLocationDot} />
</span>
<span>{t("map")}</span>
<span className="has-text-warning ml-1">(beta)</span>
</span>
</NavLink>
</div>
Expand Down

0 comments on commit e5fc2f8

Please sign in to comment.