diff --git a/surfsense_web/components/contact/contact-form.tsx b/surfsense_web/components/contact/contact-form.tsx index 0fd07a056..435ff1365 100644 --- a/surfsense_web/components/contact/contact-form.tsx +++ b/surfsense_web/components/contact/contact-form.tsx @@ -339,7 +339,7 @@ export function GridPattern({ width, height, x, y, squares, ...props }: any) { {squares && ( - +
) : ( - {githubStarts} + {githubStars} )} @@ -110,7 +110,7 @@ const DesktopNav = ({ navItems, isScrolled }: any) => { const MobileNav = ({ navItems, isScrolled }: any) => { const [open, setOpen] = useState(false); - const { compactFormat: githubStarts, loading: loadingGithubStarts } = useGithubStarts(); + const { compactFormat: githubStars, loading: loadingGithubStars } = useGithubStars(); return ( <> @@ -169,16 +169,19 @@ const MobileNav = ({ navItems, isScrolled }: any) => { className="flex items-center gap-1.5 rounded-lg px-3 py-2 hover:bg-gray-100 dark:hover:bg-neutral-800 transition-colors" > - {loadingGithubStarts ? ( + {loadingGithubStars ? (
) : ( - {githubStarts} + {githubStars} )} - diff --git a/surfsense_web/components/pricing.tsx b/surfsense_web/components/pricing.tsx index 55a8855cb..61c1f4f1f 100644 --- a/surfsense_web/components/pricing.tsx +++ b/surfsense_web/components/pricing.tsx @@ -76,7 +76,10 @@ export function Pricing({
-