Skip to content

Commit

Permalink
fix broken account abstraction link on dashboard and playground (thir…
Browse files Browse the repository at this point in the history
…dweb-dev#3440)

Co-authored-by: Jonas Daniels <[email protected]>
  • Loading branch information
Yash094 and jnsdls authored Jun 22, 2024
1 parent 023dfdd commit b1d92ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- Support for React & React-Native
- First party support for [Embedded Wallets](https://portal.thirdweb.com/connect/embedded-wallet/overview) (social/email login)
- First party support for [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction)
- First party support for [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction/overview)
- Instant connection to any chain with RPC Edge integration
- Integrated IPFS upload/download
- UI Components for connection, transactions, nft rendering
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const ConnectLanding: ThirdwebNextPage = () => {
titleWithGradient="smart accounts"
subtitle="The complete toolkit to integrate account abstraction into your app — for signless transactions, custom token spending, & more."
trackingCategory={TRACKING_CATEGORY}
ctaLink="https://portal.thirdweb.com/connect/account-abstraction"
ctaLink="https://portal.thirdweb.com/connect/account-abstraction/overview"
gradient="linear(to-r, #4490FF, #4490FF)"
image={require("../../public/assets/product-pages/hero/desktop-aa.png")}
mobileImage={require("../../public/assets/product-pages/hero/mobile-aa.png")}
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/solutions/chains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const SolutionsChains: ThirdwebNextPage = () => {
image={require("../../../public/assets/landingpage/aa-desktop.png")}
mobileImage={require("../../../public/assets/landingpage/aa-desktop.png")}
TRACKING_CATEGORY={TRACKING_CATEGORY}
href="https://portal.thirdweb.com/connect/account-abstraction"
href="https://portal.thirdweb.com/connect/account-abstraction/overview"
cardBg="#131418"
colSpan={1}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Page() {
<Button asChild size="lg">
<Link
target="_blank"
href="https://portal.thirdweb.com/connect/account-abstraction"
href="https://portal.thirdweb.com/connect/account-abstraction/overview"
>
View docs
</Link>
Expand Down

0 comments on commit b1d92ef

Please sign in to comment.