File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
app/(app)/team/[team_slug]
(team)/~/engine/(general)
[project_slug]/engine/vault/components Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 "ignoreDependencies" : [
1313 " @storybook/blocks" ,
1414 " @thirdweb-dev/service-utils" ,
15+ " @thirdweb-dev/vault-sdk" ,
1516 " @types/color" ,
1617 " fast-xml-parser"
1718 ]
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export function WalletAddress(props: {
166166 ) ;
167167}
168168
169- export function WalletAvatar ( props : {
169+ function WalletAvatar ( props : {
170170 address : string ;
171171 profiles : SocialProfile [ ] ;
172172 thirdwebClient : ThirdwebClient ;
Original file line number Diff line number Diff line change @@ -84,8 +84,9 @@ function EngineLegacyBannerUI(props: {
8484 </ ul >
8585 < div className = "h-4" />
8686 < div className = "flex justify-end gap-2" >
87+ { /* TODO (cloud): add link to Engine Cloud blog post */ }
8788 < Link
88- href = { ` https://portal.thirdweb.com/engine/cloud` }
89+ href = { " https://portal.thirdweb.com/engine/cloud" }
8990 target = "_blank"
9091 >
9192 < Button variant = "outline" > Learn More</ Button >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function KeyManagement({
6262 ) ;
6363}
6464
65- export async function CreateVaultAccountAlert ( props : {
65+ async function CreateVaultAccountAlert ( props : {
6666 project : Project ;
6767} ) {
6868 return (
You can’t perform that action at this time.
0 commit comments