We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f537d0b commit f674f00Copy full SHA for f674f00
1 file changed
public/installer.js
@@ -3,7 +3,7 @@
3
let platform = getPlatform();
4
5
if (platform != "") {
6
- let html = "<a class=\"no-underline hover:underline\" href=\"https://maven.ornithemc.net/api/maven/latest/file/releases/net/ornithemc/ornithe-installer-rs/"+platform+"?extension="+getPlatformExtension(platform)+"\">"+
+ let html = "<a class=\"no-underline hover:underline\" style=\"display:inline-block\" href=\"https://maven.ornithemc.net/api/maven/latest/file/releases/net/ornithemc/ornithe-installer-rs/"+platform+"?extension="+getPlatformExtension(platform)+"\">"+
7
"<div class=\"bg-ornithe-button-bg w-fit p-2 px-4\">Download native installer for "+getPlatformName(platform)+"</div>"+
8
"</a>";
9
downloadDiv.innerHTML = html;
0 commit comments