From 8c14dbb04cd69cfa5a1a38866c9cb0722b70618f Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Wed, 14 Aug 2024 17:10:22 -0400 Subject: [PATCH] fix: now see it now link on feed when logged in goes to the user's dev card --- pages/feed/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/feed/index.tsx b/pages/feed/index.tsx index 622a0cb31..3245af008 100644 --- a/pages/feed/index.tsx +++ b/pages/feed/index.tsx @@ -209,7 +209,7 @@ export default function Feeds(props: HighlightSSRProps) { "Discover your open source impact with the OSCR - Open Source Contributor Rating. Visit your profile to view your personalized DevCard, showcasing your influence and impact on the open source ecosystem. Check out your OSCR DevCard and share it today!" } bannerSrc={"/assets/images/anouncement-cards/OSCR-devcard.png"} - url={`/u/${loggedInUser?.name ? loggedInUser.name + "/card" : "bdougie/card"}`} + url={`/u/${loggedInUser?.login ? loggedInUser.login + "/card" : "bdougie/card"}`} cta={"See It Now!"} />