Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: remove launch app button on home (#325)
Browse files Browse the repository at this point in the history
* chore: remove launch app button on home

* lint
  • Loading branch information
adlerjohn committed Jun 23, 2022
1 parent d782051 commit 9cb751d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/app/src/systems/Home/components/HomeHero.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { useNavigate } from "react-router-dom";

import { Button, Link } from "~/systems/UI";
import { Pages } from "~/types";
import { Link } from "~/systems/UI";

export function HomeHero() {
const navigate = useNavigate();
return (
<div className="homePage--hero">
<h1>
Expand All @@ -28,9 +24,6 @@ export function HomeHero() {
scaling beyond layer-2s and monolithic blockchain design.
#BeyondMonolithic
</p>
<Button size="lg" variant="primary" onPress={() => navigate(Pages.swap)}>
Launch app
</Button>
</div>
);
}

0 comments on commit 9cb751d

Please sign in to comment.