parent
c9c94a7ef2
commit
8c651d2530
|
@ -104,12 +104,12 @@ function Home() {
|
||||||
<main>
|
<main>
|
||||||
{features && features.length > 0 && (
|
{features && features.length > 0 && (
|
||||||
<section className={styles.features}>
|
<section className={styles.features}>
|
||||||
<div className="container">
|
<div className="row cards__container">
|
||||||
<div className="row cards__container">
|
|
||||||
<div class="alert alert--primary" role="alert">
|
<div class="alert alert--primary" role="alert">
|
||||||
<b>Announcing the Solana Season Hackathon</b>
|
<b>Announcing the Solana Season Hackathon</b>
|
||||||
<br />
|
<br />
|
||||||
Jumpstart your next project on Solana & join the fastest growing ecosystem in crypto
|
Jumpstart your next project on Solana & join the fastest growing
|
||||||
|
ecosystem in crypto
|
||||||
<br />
|
<br />
|
||||||
<a
|
<a
|
||||||
href="https://solana.com/solanaszn"
|
href="https://solana.com/solanaszn"
|
||||||
|
@ -121,6 +121,7 @@ function Home() {
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="container">
|
||||||
{features.map((props, idx) => (
|
{features.map((props, idx) => (
|
||||||
<Feature key={idx} {...props} />
|
<Feature key={idx} {...props} />
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in New Issue