From e5b1635e2c50768ee42db8e5092c5c7d7d3c116c Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Fri, 21 Feb 2025 18:30:25 +0000 Subject: [PATCH 1/5] Update app/home/TokenomicsSection.tsx --- app/home/TokenomicsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/TokenomicsSection.tsx b/app/home/TokenomicsSection.tsx index e5dc6bf..f5ca38f 100644 --- a/app/home/TokenomicsSection.tsx +++ b/app/home/TokenomicsSection.tsx @@ -29,7 +29,7 @@ export default function TokenomicsSection() { }, { id: 2, - color: "#FBBC05", + color: "#1D9BF0", title: "TEAM ALLOCATIONS", percentage: "2%", content: { From b59bf82649d9fe308d88fdd3fb986702953ffba8 Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Fri, 21 Feb 2025 18:35:29 +0000 Subject: [PATCH 2/5] Update app/dashboard/page.tsx --- app/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 122dbc1..48d357a 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -348,7 +348,7 @@ function DashboardContent() {
{messages.length === 0 ? ( <> - +

Ready to help you with your tasks and questions.

From 459dd7033f02b05aad01cfad5356e068cec876be Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Fri, 21 Feb 2025 18:37:54 +0000 Subject: [PATCH 3/5] Update app/home/Header.tsx --- app/home/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/Header.tsx b/app/home/Header.tsx index aa5aacb..5f470c5 100644 --- a/app/home/Header.tsx +++ b/app/home/Header.tsx @@ -177,7 +177,7 @@ export default function Header() {
Date: Fri, 21 Feb 2025 18:39:19 +0000 Subject: [PATCH 4/5] Update app/home/Header.tsx --- app/home/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/Header.tsx b/app/home/Header.tsx index 5f470c5..bbbc61f 100644 --- a/app/home/Header.tsx +++ b/app/home/Header.tsx @@ -62,7 +62,7 @@ export default function Header() { const navItems = [ { name: "Features", href: "features", isExternal: false }, { name: "Tokenomics", href: "tokenomics", isExternal: false }, - { name: "Docs", href: "https://almaze.gitbook.io/docs/", isExternal: true }, + { name: "Docs", href: "https://sovirolabs.gitbook.io/docs/", isExternal: true }, ]; return ( From 7add64fb2b805f603127c21f1d6ba4f12e69594b Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Fri, 21 Feb 2025 18:40:04 +0000 Subject: [PATCH 5/5] Update app/home/RoadmapSection.tsx --- app/home/RoadmapSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/home/RoadmapSection.tsx b/app/home/RoadmapSection.tsx index 1230128..5b3844c 100644 --- a/app/home/RoadmapSection.tsx +++ b/app/home/RoadmapSection.tsx @@ -188,7 +188,7 @@ export default function RoadmapSection() {
@@ -208,7 +208,7 @@ export default function RoadmapSection() {