Skip to content

Commit

Permalink
Merge pull request #36 from zorenal/main
Browse files Browse the repository at this point in the history
added v13 download links
  • Loading branch information
choukevin612 authored Feb 7, 2024
2 parents 73c681b + 0cf3d5d commit d23278e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Dowload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Download() {
<button
onClick={() =>
handleDownload(
"https://github.com/open-source-labs/SeeQR/releases/download/v11.0.0/SeeQR-11.0.0.dmg"
"https://github.com/open-source-labs/SeeQR/releases/download/v13.0.0/SeeQR-13.0.0.dmg"
)
}
className="flex items-center rounded-md bg-white shadow-md px-4 py-2 mr-4 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50"
Expand All @@ -18,7 +18,7 @@ export default function Download() {
<button
onClick={() =>
handleDownload(
"https://github.com/open-source-labs/SeeQR/releases/download/v11.0.0/SeeQR-11.0.0-win.zip"
"https://github.com/open-source-labs/SeeQR/releases/download/v13.0.0/SeeQR.13.0.0.Setup.exe"
)
}
className="flex items-center bg-white shadow-md rounded-md px-4 py-2 mr-4 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50"
Expand All @@ -29,7 +29,7 @@ export default function Download() {
<button
onClick={() =>
handleDownload(
"https://github.com/open-source-labs/SeeQR/releases/download/v11.0.0/SeeQR-11.0.0.AppImage"
"https://github.com/open-source-labs/SeeQR/releases/download/v13.0.0/SeeQR-13.0.0.AppImage"
)
}
className="flex items-center bg-white shadow-md rounded-md px-4 py-2 bg-gradient-to-r to-green-300 from-green-200 hover:-translate-y-1 transition duration-200 ease-out hover:bg-gradient-to-b hover:from-green-300 hover:to-green-200 hover:shadow-2xl hover:shadow-green-500/50"
Expand Down

0 comments on commit d23278e

Please sign in to comment.