Skip to content

Commit 0b88303

Browse files
committed
Revert "Get rid of adfocus download link"
This reverts commit 09cdc2c.
1 parent 09cdc2c commit 0b88303

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

package-lock.json

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/info.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<p>Online Players: {prettyNumber(stats.onlinePlayers)}</p>
2929

3030
<div class="buttons">
31-
<a href="/api/download" target="_blank" class="button"><img src="/icons/download.svg" alt="download" /> Meteor Client [{getLatestVersion()} - #{stats.builds[getLatestVersion()]}]</a>
31+
<a href="https://adfoc.us/81926897739205" target="_blank" class="button"><img src="/icons/download.svg" alt="download" /> Meteor Client [{getLatestVersion()} - #{stats.builds[getLatestVersion()]}]</a>
3232
<p>If you're looking for older versions of Meteor, check out the <a href="/archive">archive</a>.</p>
3333
<a href="/api/downloadBaritone" target="_blank" class="button"><img src="/icons/download.svg" alt="download" /> *Baritone [{stats.baritoneMcVersion}]</a>
3434
</div>

0 commit comments

Comments
 (0)