Skip to content

Commit 45141aa

Browse files
committed
Refactor file path for stripe index file
1 parent fc4b200 commit 45141aa

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

components/HomePage/Pricing.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export default function Pricing() {
7373
posthog.capture("$click", { $event_type: "subscribe", $current_url: window.location.href });
7474

7575
try {
76-
// Not signed in, prompt sign in
7776
if (!userId || !jwtToken) {
7877
await signIn("github", { callbackUrl: `/?subscribe` });
7978
return;

components/Navbar/MobileMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function MobileDrawer({ setIsNavOpen, isNavOpen, posthog }: Mobil
7474
}`}
7575
>
7676
<div className="h-full p-0">
77-
<ol className="h-screen flex flex-col items-center justify-center gap-3.5">
77+
<ol className="h-screen flex flex-col items-center justify-center gap-2.5">
7878
{INTERNAL_LINKS.map((link) => (
7979
<li key={link.href}>
8080
<Link
File renamed without changes.

0 commit comments

Comments
 (0)