From 47c4ac84fdf797ee9569ada8253f73a85c1976e1 Mon Sep 17 00:00:00 2001 From: Mariam Date: Sat, 22 Aug 2026 16:06:48 +0100 Subject: [PATCH] Add Blog link to Navigation component --- src/components/Navigation.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index a865a60..58b066d 100644 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -227,6 +227,7 @@ const Navigation = () => { Get AI Insight Analysis + Blog {/* Staking */} Whitepaper FAQ @@ -280,4 +281,4 @@ const Navigation = () => { ); }; -export default Navigation; \ No newline at end of file +export default Navigation;