fix: celery_app path and gmail indexing

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-21 21:11:41 -07:00
parent 4fc12c0653
commit 0e6669ac4e
9 changed files with 61 additions and 34 deletions

View file

@ -181,7 +181,7 @@ export default function PrivacyPolicy() {
contact us at:
</p>
<p className="mt-2">
<strong>Email:</strong> vermarohanfinal@gmail.com
<strong>Email:</strong> rohan@surfsense.com
</p>
</section>
</div>

View file

@ -216,7 +216,7 @@ export default function TermsOfService() {
<h2 className="text-2xl font-semibold mb-4">12. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at:</p>
<p className="mt-2">
<strong>Email:</strong> vermarohanfinal@gmail.com
<strong>Email:</strong> rohan@surfsense.com
</p>
</section>
</div>

View file

@ -122,11 +122,11 @@ const OnboardPage = () => {
{/* Header */}
<div className="text-center mb-8">
<div className="flex items-center justify-center mb-4">
<Logo className="w-12 h-12 mr-3" />
<Logo className="w-12 h-12 mr-3 rounded-full" />
<h1 className="text-3xl font-bold">Welcome to SurfSense</h1>
</div>
<p className="text-muted-foreground text-lg">
Let's configure your SurfSense to get started
Let's configure your LLM configurations to get started
</p>
</div>