Skip to content

Commit

Permalink
commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudCludfore committed Sep 13, 2024
1 parent 124defd commit e67ee8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const enum PAGE_ROUTE {
TECH_STACK = '/tech-stack',
BUILD = '/build',
DOCS = 'https://docs.aura.network/',
GET_AURA = '/get-aura',
GET_AURA = 'https://app.dev.aura.network/',
DEPOSIT_AURA = '/get-aura/deposit-aura',
WITHDRAW_AURA = '/get-aura/withdraw-aura',
ECOSYSTEM = '/ecosystem',
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ function Header() {
<Item subItems={communityMenu}>Community</Item>
</div>
<div className="hidden lg:contents">
<Link href={PAGE_ROUTE.GET_AURA}>
<Button>Get AURA</Button>
<Link href={PAGE_ROUTE.GET_AURA} target="_blank">
<Button>Launch app</Button>
</Link>
</div>
</div>
Expand Down

0 comments on commit e67ee8a

Please sign in to comment.