Skip to content

Commit

Permalink
fix download button styling being awful
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Aug 3, 2023
1 parent 20386a7 commit 54c22b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Geode - The ultimate Geometry Dash modding framework</title>
<meta name="description" content="The main page for Geode SDK - a mod loader and modding framework for Geometry Dash.">
<meta name="description" content="Download page for the Geode mod loader">

<meta property="og:url" content="https://geode-sdk.org/">
<meta property="og:type" content="website">
<meta property="og:title" content="Geode - The ultimate Geometry Dash modding framework">
<meta property="og:description" content="The main page for Geode SDK - a mod loader and modding framework for Geometry Dash.">
<meta property="og:description" content="Download page for the Geode mod loader">
<meta property="og:image" content="https://docs.geode-sdk.org/icon.png">
<meta property="og:image:width" content="80">
<meta property="og:image:height" content="80">

<meta name="twitter:card" content="summary">
<meta property="twitter:url" content="https://geode-sdk.org/">
<meta name="twitter:title" content="Geode - The ultimate Geometry Dash modding framework">
<meta name="twitter:description" content="The main page for Geode SDK - a mod loader and modding framework for Geometry Dash.">
<meta name="twitter:description" content="Download page for the Geode mod loader">
<meta property="twitter:image:src" content="https://docs.geode-sdk.org/icon.png">

<link href="/favicon.ico" rel="icon" type="image/x-icon">
Expand Down Expand Up @@ -205,6 +205,7 @@ <h1 class="font-head text-2xl self-center">Need help?</h1>
'button', 'has-icon', 'border-solid',
'border-2', 'border-gray-light'
);
elem.style.textAlign = 'left';
elem.href = asset.browser_download_url;
elem.innerHTML = `${feather.icons.box.toSvg()}Download for ${platformName}`;
opts.appendChild(elem);
Expand Down

0 comments on commit 54c22b7

Please sign in to comment.