@@ -66,7 +66,7 @@ export default async function BaseWallet() {
66
66
The universal account for the onchain future
67
67
</ Title >
68
68
< 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
70
70
required.
71
71
</ Title >
72
72
< div className = "flex gap-6 pt-5" >
@@ -75,7 +75,7 @@ export default async function BaseWallet() {
75
75
variant = { ButtonVariants . Secondary }
76
76
buttonClassNames = "flex items-center justify-between px-4 pb-3 pt-3 group font-medium"
77
77
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 "
79
79
>
80
80
< div className = "flex items-center gap-4" >
81
81
< span > Start building</ span >
@@ -106,26 +106,15 @@ export default async function BaseWallet() {
106
106
< div className = "flex w-full gap-4 max-sm:flex-col max-sm:items-center" >
107
107
< ButtonWithLinkAndEventLogging
108
108
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"
111
110
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"
122
112
buttonClassNames = "flex items-center justify-between px-4 pb-3 pt-3 group font-medium"
123
- eventName = "wallet-docs"
124
113
>
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 >
127
116
< 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 " />
129
118
</ div >
130
119
</ div >
131
120
</ ButtonWithLinkAndEventLogging >
0 commit comments