This commit is contained in:
2026-02-04 01:05:00 +00:00
parent f9222627ef
commit d02d95e680
30 changed files with 2449 additions and 326 deletions

View File

@@ -6,7 +6,7 @@ export default function HelpPage() {
return (
<div className="flex flex-1 flex-col gap-6 p-4 lg:p-8">
<div className="space-y-2">
<h1 className="text-2xl font-semibold">Help</h1>
<h1 className="text-2xl font-semibold">Support</h1>
<p className="text-muted-foreground">Tips for getting the most out of Sanati.</p>
</div>