From 67fb2fd4acd08f715f9283bcd69c5f555b751893 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 24 Nov 2025 15:07:56 +0100 Subject: [PATCH] refactor: remove arrow icons and clean up "Explore Docs" button text across multiple hero sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed arrow icon (→) from "Explore Docs" buttons in CloudHeroNew, GpuHero, and StorageHero components - Removed ArrowRightIcon from HomeCTA "Explore Docs" button - Fixed whitespace formatting in CloudArchitecture "Explore Docs" button - Added comment block in Homepod for commented out "Explore Docs" button --- src/pages/cloud/CloudArchitecture.tsx | 2 +- src/pages/cloud/CloudHeroNew.tsx | 2 +- src/pages/gpu/GpuHero.tsx | 2 +- src/pages/home/archive/HomeCTA.tsx | 1 - src/pages/pods/Homepod.tsx | 3 +++ src/pages/storage/StorageHero.tsx | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/cloud/CloudArchitecture.tsx b/src/pages/cloud/CloudArchitecture.tsx index 339982d..eef7234 100644 --- a/src/pages/cloud/CloudArchitecture.tsx +++ b/src/pages/cloud/CloudArchitecture.tsx @@ -76,7 +76,7 @@ export function CloudArchitecture() { Get Started diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx index edf771d..674f598 100644 --- a/src/pages/cloud/CloudHeroNew.tsx +++ b/src/pages/cloud/CloudHeroNew.tsx @@ -47,7 +47,7 @@ export function CloudHeroNew() { target="_blank" rel="noopener noreferrer" > - Explore Docs + Explore Docs diff --git a/src/pages/gpu/GpuHero.tsx b/src/pages/gpu/GpuHero.tsx index 9f7dda7..a0555ff 100644 --- a/src/pages/gpu/GpuHero.tsx +++ b/src/pages/gpu/GpuHero.tsx @@ -26,7 +26,7 @@ export function GpuHero() { How it works diff --git a/src/pages/home/archive/HomeCTA.tsx b/src/pages/home/archive/HomeCTA.tsx index 1323db1..9c69fbb 100644 --- a/src/pages/home/archive/HomeCTA.tsx +++ b/src/pages/home/archive/HomeCTA.tsx @@ -30,7 +30,6 @@ export function HomeCTA() { {/* Button 2 */} diff --git a/src/pages/pods/Homepod.tsx b/src/pages/pods/Homepod.tsx index 050037a..7c525bc 100644 --- a/src/pages/pods/Homepod.tsx +++ b/src/pages/pods/Homepod.tsx @@ -45,9 +45,12 @@ export default function Homepod() { > Join the Waitlist + + {/* The updated onClick handler calls the function + */} diff --git a/src/pages/storage/StorageHero.tsx b/src/pages/storage/StorageHero.tsx index 8724633..7c2d56c 100644 --- a/src/pages/storage/StorageHero.tsx +++ b/src/pages/storage/StorageHero.tsx @@ -30,7 +30,7 @@ export function StorageHero() { as="a" variant="outline" > - Explore Docs + Explore Docs