Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/apps/resources/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@ This demo serves as the ultimate reference implementation, showcasing every Mini
<Card
title="Viral Mini Apps"
icon="sparkles"
href="/mini-apps/growth/build-viral-mini-apps"
href="/apps/growth/rewards"
>
Strategies and examples for building highly shareable, viral mini apps.
</Card>
<Card
title="Data Driven Growth"
icon="chart-bar"
href="/mini-apps/technical-guides/data-driven-growth"
href="/apps/growth/rewards"
>
Learn how to use analytics and Base.dev to optimize your mini app's growth.
</Card>
<Card
title="Optimize Onboarding"
icon="user-plus"
href="/mini-apps/growth/optimize-onboarding"
href="/apps/quickstart/build-app"
>
Best practices for onboarding users and maximizing retention.
</Card>
Expand Down
2 changes: 1 addition & 1 deletion docs/base-account/guides/verify-social-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function redirectToVerifyMiniApp(provider: string) {
}
```

After verification, the user returns to your `redirect_uri` with `?success=true`. Run the check again (step 3) and it now returns 200 with a token. If you're building for the Base app, see the [Apps overview](/apps/introduction/overview) for broader app structure and lifecycle guidance.
After verification, the user returns to your `redirect_uri` with `?success=true`. Run the check again (step 3) and it now returns 200 with a token. If you're building for the Base app, see the [Apps overview](/apps) for broader app structure and lifecycle guidance.

</Step>
</Steps>
Expand Down
Loading