We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd62f68 commit 02738a1Copy full SHA for 02738a1
landing/src/components/ui/Header.tsx
@@ -7,7 +7,9 @@ import { getStorageValue } from "@/lib/utils";
7
8
export interface HeaderProps extends React.HTMLAttributes<HTMLElement> {}
9
10
-const LATEST_NEWS_ID = "v0.5.0";
+// Keep the previous version to avoid confusion with the indicator
11
+// TODO: Update this on next release
12
+const LATEST_NEWS_ID = "v0.4.2";
13
14
const navItems = [
15
{ name: "Features", href: "#features" },
0 commit comments