diff --git a/packages/frontend/src/main.tsx b/packages/frontend/src/main.tsx index 0245714..48e3cac 100644 --- a/packages/frontend/src/main.tsx +++ b/packages/frontend/src/main.tsx @@ -8,6 +8,7 @@ import { SelectionProvider } from "@/components/selection-provider"; import { RequireAuth, SessionProvider } from "@/components/session-provider"; import { ThemeProvider } from "@/components/theme-provider"; import { Toaster } from "@/components/ui/sonner"; +import BoringStuff from "@/pages/BoringStuff"; import Font from "@/pages/Font"; import Issues from "@/pages/Issues"; import Landing from "@/pages/Landing"; @@ -27,6 +28,7 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( {/* public routes */} } /> } /> + } /> {/* authed routes */} +
+
+
+ Sprint + Sprint +
+ +
+
+ +
+
+
+

The Boring Stuff

+

Let's keep it short.

+
+ +
+

Privacy Policy

+
+

+ What we store: We store your email, name, and any + data you create (issues, projects, time tracking). +

+

+ How we use it: Only your email is used for + subscription alerts and newsletters (you can unsubscribe). +

+

+ Where it's stored: Data is stored on secure + servers. +

+

+ {/* Your rights: You can export or delete your data + anytime. Just email us at privacy@sprintpm.org. */} +

+

+ Cookies: We use essential cookies for + authentication. +

+
+
+ +
+

Terms of Service

+
+

+ The basics: Sprint is a project management tool. + Use it to organise work, track issues, and manage time. Don't use it for illegal stuff. +

+

+ Your account: You're responsible for keeping your + login details secure. Don't share your account. +

+

+ Payments: Pro plans are billed monthly or + annually. Cancel anytime from your account settings. No refunds for partial months. +

+

+ Service availability: We aim for 99.9% uptime but + can't guarantee it. We may occasionally need downtime for maintenance. +

+

+ Termination: We may suspend accounts that violate + these terms. +

+

+ Changes: We'll notify you of significant changes + to these terms via email. +

+
+
+ +
+

Questions?

+

+ Email us at{" "} + + support@sprintpm.org + {" "} + - we'll get back to you within 24 hours. +

+
+ +
+

Last updated: January 2025

+
+
+
+ + + + ); +} diff --git a/packages/frontend/src/pages/Landing.tsx b/packages/frontend/src/pages/Landing.tsx index 96559a3..9555ff8 100644 --- a/packages/frontend/src/pages/Landing.tsx +++ b/packages/frontend/src/pages/Landing.tsx @@ -387,21 +387,29 @@ export default function Landing() { -