Skip to content

Commit

Permalink
chore: link to raw cansiter id
Browse files Browse the repository at this point in the history
  • Loading branch information
X committed Jun 3, 2024
1 parent 5c7ed3f commit ed08038
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/frontend/src/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,16 @@ export const Landing = ({}) => {
<s>IMMUTABLE</s> ORDER-BOOK BASED EXCHANGE
</h3>
<a href="https://cetrr-jaaaa-aaaak-afgxq-cai.icp0.io">ALPHA</a>{" "}
&middot; <span className="beta_label">BETA</span>
&middot;{" "}
<span
className="clickable beta_label"
onClick={() =>
(location.href =
"https://srn4v-3aaaa-aaaar-qaftq-cai.icp0.io")
}
>
BETA
</span>
</div>
<br />
<div className="row_container" style={{ justifyContent: "center" }}>
Expand Down

0 comments on commit ed08038

Please sign in to comment.