Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang committed Nov 19, 2024
1 parent b98f641 commit 242aaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/with-next/components/ClientContent/ExternalLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ export const ExternalLinks = () => {
Valid Associated Domain (Link)
</Link>
<Link
href="worldapp://mini-app?app_id=app_staging_d3b49eb04b497130e18533b9d8846319&path=features"
href="worldapp://mini-app?app_id=app_staging_e387587d26a286fb5bea1d436ba0b2a3&path=features"
className="bg-green-500 text-white text-center rounded-lg p-3"
>
worldapp:// deep link
</Link>
<button
onClick={() => {
window.open(
"https://world.org/mini-app?app_id=app_staging_d3b49eb04b497130e18533b9d8846319",
"https://world.org/mini-app?app_id=app_staging_e387587d26a286fb5bea1d436ba0b2a3",
"_blank"
);
}}
Expand Down

0 comments on commit 242aaa4

Please sign in to comment.