fixes
This commit is contained in:
@@ -49,7 +49,7 @@ const Hero = () => {
|
||||
>
|
||||
<span className="text-white">Welcome to</span>
|
||||
<br />
|
||||
<span className="text-bright-cyan">Mycelium Society</span>
|
||||
<span className="text-white">Mycelium Society</span>
|
||||
</motion.h1>
|
||||
|
||||
{/* Tagline */}
|
||||
@@ -75,13 +75,13 @@ const Hero = () => {
|
||||
>
|
||||
> ENTER THE NETWORK
|
||||
</motion.button>
|
||||
<a href="https://docs.ourworld.tf/mycelium_society/docs/" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://docs.mycelium.tf" target="_blank" rel="noopener noreferrer">
|
||||
<motion.button
|
||||
className="btn-primary"
|
||||
whileHover={{ scale: 1.05 }}
|
||||
whileTap={{ scale: 0.95 }}
|
||||
>
|
||||
> LEARN MORE
|
||||
> DOCS
|
||||
</motion.button>
|
||||
</a>
|
||||
</motion.div>
|
||||
|
Reference in New Issue
Block a user