forked from emre/www_projectmycelium_com
refactor: remove arrow icons and clean up "Explore Docs" button text across multiple hero sections
- 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
This commit is contained in:
@@ -76,7 +76,7 @@ export function CloudArchitecture() {
|
||||
Get Started
|
||||
</Button>
|
||||
<Button variant="outline" color="white" href="/docs">
|
||||
Explore Docs
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
@@ -47,7 +47,7 @@ export function CloudHeroNew() {
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Explore Docs <span aria-hidden="true">→</span>
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -26,7 +26,7 @@ export function GpuHero() {
|
||||
How it works
|
||||
</Button>
|
||||
<Button to="#gpu-architecture" as="a" variant="outline">
|
||||
Explore Docs <span aria-hidden="true">→</span>
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,6 @@ export function HomeCTA() {
|
||||
{/* Button 2 */}
|
||||
<button className="inline-flex items-center justify-between bg-white border border-gray-300 rounded-full px-6 py-3 text-sm font-semibold shadow-sm hover:border-cyan-500 transition">
|
||||
Explore Docs
|
||||
<ArrowRightIcon className="h-4 w-4 ml-2 text-gray-700" />
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -45,9 +45,12 @@ export default function Homepod() {
|
||||
>
|
||||
Join the Waitlist
|
||||
</Button>
|
||||
|
||||
{/* The updated onClick handler calls the function
|
||||
<Button to="#" variant="outline">
|
||||
Explore Docs
|
||||
</Button>
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,7 @@ export function StorageHero() {
|
||||
as="a"
|
||||
variant="outline"
|
||||
>
|
||||
Explore Docs <span aria-hidden="true">→</span>
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user