Skip to content

Commit 77bed5b

Browse files
New quickstart link on landing page (#2072)
Co-authored-by: Eric Brown <[email protected]>
1 parent 44882e0 commit 77bed5b

File tree

1 file changed

+7
-18
lines changed
  • apps/web/app/(base-org)/builders/smart-wallet

1 file changed

+7
-18
lines changed

apps/web/app/(base-org)/builders/smart-wallet/page.tsx

+7-18
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default async function BaseWallet() {
6666
The universal account for the onchain future
6767
</Title>
6868
<Title level={TitleLevel.Title3} className="max-w-2xl text-gray-muted">
69-
A single sign-on for the open internet. Simple, secure, powerful — no app or extension
69+
A single sign-on for the open internet. Simple, secure, powerful — no app or extension
7070
required.
7171
</Title>
7272
<div className="flex gap-6 pt-5">
@@ -75,7 +75,7 @@ export default async function BaseWallet() {
7575
variant={ButtonVariants.Secondary}
7676
buttonClassNames="flex items-center justify-between px-4 pb-3 pt-3 group font-medium"
7777
eventName="wallet-start-building"
78-
href="https://docs.base.org/identity/smart-wallet/introduction/install-web"
78+
href="https://docs.base.org/identity/smart-wallet/quickstart"
7979
>
8080
<div className="flex items-center gap-4">
8181
<span>Start building</span>
@@ -106,26 +106,15 @@ export default async function BaseWallet() {
106106
<div className="flex w-full gap-4 max-sm:flex-col max-sm:items-center">
107107
<ButtonWithLinkAndEventLogging
108108
variant={ButtonVariants.Secondary}
109-
iconName="fork"
110-
href="https://github.com/brendan-defi/onchainkit-wallet-island-demo"
109+
href="https://docs.base.org/identity/smart-wallet/quickstart"
111110
target="_blank"
112-
eventName="wallet-fork-template"
113-
iconSize={16}
114-
buttonClassNames="flex items-center justify-between px-4 pb-3 pt-3 font-medium"
115-
>
116-
Fork a template
117-
</ButtonWithLinkAndEventLogging>
118-
<ButtonWithLinkAndEventLogging
119-
href="https://docs.base.org/identity/smart-wallet/introduction/install-web"
120-
target="_blank"
121-
variant={ButtonVariants.SecondaryOutline}
111+
eventName="start-building-footer"
122112
buttonClassNames="flex items-center justify-between px-4 pb-3 pt-3 group font-medium"
123-
eventName="wallet-docs"
124113
>
125-
<div className="flex items-center justify-between gap-6">
126-
<span>Docs</span>
114+
<div className="flex items-center gap-4">
115+
<span>Start building</span>
127116
<div className="transition-transform duration-200 group-hover:translate-x-1">
128-
<Icon name="arrowRight" width={16} height={16} color="white" />
117+
<Icon name="arrowRight" width={16} height={16} color="black" />
129118
</div>
130119
</div>
131120
</ButtonWithLinkAndEventLogging>

0 commit comments

Comments
 (0)