Skip to content

Commit 02738a1

Browse files
committed
fix: revert latest news id change
1 parent dd62f68 commit 02738a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

landing/src/components/ui/Header.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import { getStorageValue } from "@/lib/utils";
77

88
export interface HeaderProps extends React.HTMLAttributes<HTMLElement> {}
99

10-
const LATEST_NEWS_ID = "v0.5.0";
10+
// 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";
1113

1214
const navItems = [
1315
{ name: "Features", href: "#features" },

0 commit comments

Comments
 (0)