diff --git a/src/assets/scss/downloads.scss b/src/assets/scss/downloads.scss index c572214..443ea0b 100644 --- a/src/assets/scss/downloads.scss +++ b/src/assets/scss/downloads.scss @@ -14,6 +14,10 @@ margin: auto; } + .border-end { + border-right: 2px solid #f1f1f1; + } + .downloads-container { display: flex; flex-direction: row; diff --git a/src/config.toml b/src/config.toml index 64390b4..fe84fa8 100644 --- a/src/config.toml +++ b/src/config.toml @@ -8,14 +8,15 @@ baseurl = "https://dex.decred.org/" description = "DCRDEX is an open source, peer-to-peer cryptocurrency exchange built by the Decred Project." # Bison Wallet URLs - win_bisonw_installer_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-windows-amd64-v1.0.0.msi" - win_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-tray-windows-amd64-v1.0.0.zip" - mac_bisonw_installer_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-amd64-v1.0.0.dmg" - mac_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-amd64-v1.0.0.tar.gz" - mac_bisonw_binary_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-arm64-v1.0.0.tar.gz" - lin_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-linux-amd64-v1.0.0.tar.gz" - lin_bisonw_deb_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-debian-amd64-v1.0.0.deb" - lin_bisonw_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-linux-arm64-v1.0.0.tar.gz" + win_bisonw_installer_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-windows-amd64-v1.0.0.msi" + win_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-tray-windows-amd64-v1.0.0.zip" + mac_bisonw_installer_amd_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-amd64-v1.0.0.dmg" + mac_bisonw_binary_amd_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-amd64-v1.0.0.tar.gz" + mac_bisonw_installer_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-arm64-v1.0.0.dmg" + mac_bisonw_binary_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-arm64-v1.0.0.tar.gz" + lin_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-linux-amd64-v1.0.0.tar.gz" + lin_bisonw_deb_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-debian-amd64-v1.0.0.deb" + lin_bisonw_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-linux-arm64-v1.0.0.tar.gz" # Decrediton URLs win_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.8.1/decrediton-v1.8.1.exe" diff --git a/src/layouts/partials/downloads.html b/src/layouts/partials/downloads.html index 989d314..c7fcadf 100644 --- a/src/layouts/partials/downloads.html +++ b/src/layouts/partials/downloads.html @@ -33,17 +33,27 @@ macOS -