Skip to content

Commit

Permalink
fix(stats): update console link
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed May 25, 2024
1 parent 6d5f5b4 commit 1e9f647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stats-web/src/components/layout/MobileNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function MobileNav() {
title: "Deploy",
icon: <Rocket className="rotate-45" />,
variant: "default",
href: "https://deploy.cloudmos.io",
href: "https://console.akash.network",
isExternal: true,
rel: "noreferrer"
},
Expand Down
2 changes: 1 addition & 1 deletion stats-web/src/components/layout/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Nav = () => {
</Button>
</Link>

<Link rel="noreferrer" href="https://deploy.cloudmos.io" passHref target="_blank" className="ml-4">
<Link rel="noreferrer" href="https://console.akash.network" passHref target="_blank" className="ml-4">
<Button variant="default" size="sm" className="h-[30px]">
Deploy
<Rocket className="ml-2 rotate-45" />
Expand Down

0 comments on commit 1e9f647

Please sign in to comment.