diff --git a/src/components/AuthenticationFlow/LoginPopup.astro b/src/components/AuthenticationFlow/LoginPopup.astro index 6d703add7..daa906d84 100644 --- a/src/components/AuthenticationFlow/LoginPopup.astro +++ b/src/components/AuthenticationFlow/LoginPopup.astro @@ -9,9 +9,9 @@ import { LinkedInButton } from './LinkedInButton';
-

+

Login to your account -

+

You must be logged in to perform this action.

diff --git a/src/components/OpenSourceBanner.astro b/src/components/OpenSourceBanner.astro index b176bba28..20225955f 100644 --- a/src/components/OpenSourceBanner.astro +++ b/src/components/OpenSourceBanner.astro @@ -7,7 +7,7 @@ const starCount = await getFormattedStars('kamranahmedse/developer-roadmap');