From 33e74fd647acb81d99ba420fb76628b0fe3278f9 Mon Sep 17 00:00:00 2001 From: schultztimothy Date: Wed, 11 Sep 2024 08:17:33 -0600 Subject: [PATCH 1/2] chore: add missing link --- app/components/DashboardScorePanel.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/DashboardScorePanel.tsx b/app/components/DashboardScorePanel.tsx index bed89e7050..f4d6da9904 100644 --- a/app/components/DashboardScorePanel.tsx +++ b/app/components/DashboardScorePanel.tsx @@ -139,8 +139,8 @@ export const OnchainCTA: React.FC = ({ setShowSidebar }) => { "Congratulations. Your Passport is onchain.", undefined, // Once link is available, add it here - issue #2763 - undefined, - undefined + "Here’s what you can do with your passport!", + "https://www.passport.xyz/ecosystem" )} {renderButton("See onchain passport", () => setShowSidebar(true))} @@ -154,8 +154,8 @@ export const OnchainCTA: React.FC = ({ setShowSidebar }) => { "Congratulations. You have a passing score", "Next up, mint your passport onchain!", // Once link is available, add it here - issue #2763 - undefined, - undefined + "Here’s what you can do with your passport!", + "https://www.passport.xyz/ecosystem" )} {renderButton("Mint onchain", () => setShowSidebar(true))} From 2cc769c67e3e7a812881cdc85154f407547d7bd1 Mon Sep 17 00:00:00 2001 From: schultztimothy Date: Wed, 11 Sep 2024 09:49:08 -0600 Subject: [PATCH 2/2] fix(app): comment --- app/components/DashboardScorePanel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/components/DashboardScorePanel.tsx b/app/components/DashboardScorePanel.tsx index f4d6da9904..a9dd3dab89 100644 --- a/app/components/DashboardScorePanel.tsx +++ b/app/components/DashboardScorePanel.tsx @@ -138,7 +138,6 @@ export const OnchainCTA: React.FC = ({ setShowSidebar }) => { {renderContent( "Congratulations. Your Passport is onchain.", undefined, - // Once link is available, add it here - issue #2763 "Here’s what you can do with your passport!", "https://www.passport.xyz/ecosystem" )} @@ -153,7 +152,6 @@ export const OnchainCTA: React.FC = ({ setShowSidebar }) => { {renderContent( "Congratulations. You have a passing score", "Next up, mint your passport onchain!", - // Once link is available, add it here - issue #2763 "Here’s what you can do with your passport!", "https://www.passport.xyz/ecosystem" )}