Skip to content

Commit

Permalink
[landing] feat: permalink to github build
Browse files Browse the repository at this point in the history
  • Loading branch information
asgarovf committed Apr 14, 2024
1 parent 4eb82ff commit 5288df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oasisguard-landing/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {
];

const DOWNLOAD_URL =
"https://raw.githubusercontent.com/itublockchain/ethdam-oasis-guard/master/build/oasisguard-extension.zip";
"https://raw.githubusercontent.com/itublockchain/ethdam-oasis-guard/main/build/oasisguard-extension.zip";

return (
<>
Expand Down

0 comments on commit 5288df0

Please sign in to comment.