mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-14 22:52:15 +02:00
fix: celery_app path and gmail indexing
This commit is contained in:
parent
4fc12c0653
commit
0e6669ac4e
9 changed files with 61 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue