Skip to content

Commit

Permalink
Merge pull request lightningrodlabs#2 from TechSupport26/patch-1
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
pegahvaezi authored Dec 23, 2023
2 parents d5dcd1e + 772e710 commit c1630cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ const IndexPage = () => {
text="Download for MacOS"
visualIcon={<DownloadMac />}
withBackground
title="https://github.com/lightningrodlabs/acorn/releases/tag/v9.5.1-alpha"
title="https://github.com/lightningrodlabs/acorn/releases/tag/v9.8.1-alpha"
onClick={() => {
window.open(
"https://github.com/lightningrodlabs/acorn/releases/tag/v9.5.1-alpha",
"https://github.com/lightningrodlabs/acorn/releases/tag/v9.8.1-alpha",
"_blank"
);
}}
Expand All @@ -344,10 +344,10 @@ const IndexPage = () => {
text="Download for Windows"
visualIcon={<DownloadWindows />}
withBackground
title="https://github.com/lightningrodlabs/acorn/releases/download/v9.5.1-alpha/Acorn.Setup.9.5.1-alpha.exe"
title="https://github.com/lightningrodlabs/acorn/releases/download/v9.8.1-alpha/Acorn.Setup.9.8.1-alpha.exe"
onClick={() => {
window.open(
"https://github.com/lightningrodlabs/acorn/releases/download/v9.5.1-alpha/Acorn.Setup.9.5.1-alpha.exe",
"https://github.com/lightningrodlabs/acorn/releases/download/v9.8.1-alpha/Acorn.Setup.9.8.1-alpha.exe",
"_blank"
);
}}
Expand All @@ -356,10 +356,10 @@ const IndexPage = () => {
text="Download for Linux"
visualIcon={<DownloadLinux />}
withBackground
title="https://github.com/lightningrodlabs/acorn/releases/download/v9.5.1-alpha/Acorn-9.5.1-alpha.AppImage"
title="https://github.com/lightningrodlabs/acorn/releases/download/v9.8.1-alpha/Acorn-9.8.1-alpha.AppImage"
onClick={() => {
window.open(
"https://github.com/lightningrodlabs/acorn/releases/download/v9.5.1-alpha/Acorn-9.5.1-alpha.AppImage",
"https://github.com/lightningrodlabs/acorn/releases/download/v9.8.1-alpha/Acorn-9.8.1-alpha.AppImage",
"_blank"
);
}}
Expand Down

0 comments on commit c1630cd

Please sign in to comment.