Skip to content

Commit e17874f

Browse files
committed
Change formatting of Meteor version
1 parent 47033e9 commit e17874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/info.svelte

+1-1
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="https://adfoc.us/81926897739205" 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, read <a href="/faq/old-versions">this</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)