Skip to content

Commit e0acb03

Browse files
authored
Replace API download with Neo download (#167)
1 parent 3ede62d commit e0acb03

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ <h3><span>Sponge<span class="platform-badge spongeforge">Forge</span></span></h3
188188
<i class="fa fa-download"></i>Download</a>
189189
<p class="recommendation">Recommended for running plugins together with Forge mods.</p></div>
190190
<div class="col-sm-4 platform">
191-
<h3><span>Sponge<span class="platform-badge spongeapi">API</span></span></h3>
192-
<p class="description">SpongeAPI is the tool developers use to create plugins for the Sponge
191+
<h3><span>Sponge<span class="platform-badge spongeneo">Neo</span></span></h3>
192+
<p class="description">SpongeNeo is the implementation of the Sponge API on the NeoForge
193193
platform.</p>
194-
<a href="https://www.spongepowered.org/downloads/spongeapi" class="btn btn-primary styled-btn">
194+
<a href="https://www.spongepowered.org/downloads/spongeneo" class="btn btn-primary styled-btn">
195195
<i class="fa fa-download"></i>Download</a>
196-
<p class="recommendation">Recommended for plugin developers.</p></div>
196+
<p class="recommendation">Recommended for running plugins together with NeoForge mods.</p></div>
197197
</div>
198198
</div>
199199
</div>

src/scss/_downloads.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,8 @@
8888
&.spongeapi {
8989
background-color: #009172;
9090
}
91+
92+
&.spongeneo {
93+
background-color: #cc6f2f;
94+
}
9195
}

0 commit comments

Comments
 (0)