Skip to content

Commit

Permalink
copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
fakepixels committed Dec 5, 2024
1 parent 772314b commit 3dbbaa9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/command-palette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Product = {

const products: Product[] = [
{
name: "Base Wallet",
name: "Smart Wallet",
description: "Secure and easy-to-use wallet for Base",
status: "available",
url: "https://smartwallet.dev"
Expand All @@ -34,11 +34,6 @@ const products: Product[] = [
description: "Framework to build AI agents on Base",
status: "available",
url: "https://docs.cdp.coinbase.com/agentkit/docs/welcome"
},
{
name: "Base L3",
description: "Base's Layer 3",
status: "coming soon",
}
]

Expand Down

0 comments on commit 3dbbaa9

Please sign in to comment.