Remove unstable

This commit is contained in:
Nicolas Mowen 2024-02-09 14:44:26 -07:00
parent cb971f53c1
commit 9e82d6ae43

View File

@ -54,11 +54,6 @@ function Header({ onToggleNavbar }: HeaderProps) {
<Logo />
</div>
</div>
{ENV == "production" && (
<div className="text-red-500 text-sm items-center text-right">
0.14 unstable
</div>
)}
</Link>
<HeaderNavigation />
</div>