diff --git a/src/components/AccountStreak/AccountStreak.tsx b/src/components/AccountStreak/AccountStreak.tsx index 60f602d99..750d966c4 100644 --- a/src/components/AccountStreak/AccountStreak.tsx +++ b/src/components/AccountStreak/AccountStreak.tsx @@ -111,7 +111,7 @@ export function AccountStreak(props: AccountStreakProps) { ref={dropdownRef} className="absolute right-0 top-full z-50 w-[335px] translate-y-1 rounded-lg bg-slate-800 shadow-xl" > -
+

Current Streak @@ -127,7 +127,7 @@ export function AccountStreak(props: AccountStreakProps) {

-
+
{Array.from({ length: totalCircles }).map((_, index) => { let dayCount, @@ -181,7 +181,7 @@ export function AccountStreak(props: AccountStreakProps) {
-

+

Visit every day to keep your streak going!

diff --git a/src/components/ChangelogBanner.astro b/src/components/ChangelogBanner.astro index e1ea7cf46..af2cd1b64 100644 --- a/src/components/ChangelogBanner.astro +++ b/src/components/ChangelogBanner.astro @@ -6,23 +6,22 @@ const allChangelogs = await getAllChangelogs(); const top10Changelogs = allChangelogs.slice(0, 10); --- -

+

Rocket Actively Maintained

-

+

We are always improving our content, adding new resources and adding features to enhance your learning experience.

- -
+
-