Skip to content

Commit

Permalink
chore(console): App Dashboard Cleanup (#2746)
Browse files Browse the repository at this point in the history
* chore(console): App Dashboard Cleanup

* Removed smart wallet panel
  • Loading branch information
Cosmin-Parvulescu authored Oct 25, 2023
1 parent 42291b5 commit 44cc5a7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions apps/console/app/routes/apps/$clientId/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default function AppDetailIndexPage() {
<div className="flex flex-col md:flex-row space-y-5 md:space-y-0 md:space-x-5">
<div className="flex-1 flex flex-col space-y-5">
<Panel
title="Galaxy GraphQL API Key"
title="Galaxy API"
titleCompanion={
<div>
<Text size="xs" weight="medium" className="text-gray-400">
Expand Down Expand Up @@ -342,14 +342,6 @@ export default function AppDetailIndexPage() {
</div>
</div>
</Panel>

<Panel title="Smart Contracts">
<div className="flex justify-center p-8">
<Button btnType="secondary-alt" btnSize="xxl" disabled>
Connect Smart Contract
</Button>
</div>
</Panel>
</div>
<div className="flex-1">
<div className="flex h-full flex-col">
Expand Down

0 comments on commit 44cc5a7

Please sign in to comment.