Skip to content

Commit 7fb928c

Browse files
committed
chore(web): retune self-host dashboard notice now that hosted SaaS is live
1 parent 64a3dde commit 7fb928c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/web/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import './.next/types/routes.d.ts';
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/web/src/app/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ export default function DashboardLayout({
7979
aria-hidden="true"
8080
/>
8181
<span>
82-
sheetforge is self-host only for now — the dashboard talks to your own API. Hosted
83-
SaaS is on the way.{' '}
82+
Self-host mode — the dashboard is talking to your own API at{' '}
83+
<code style={{ color: '#4ade80' }}>{API_URL}</code>. Prefer the managed option?{' '}
8484
<a
85-
href="https://github.com/Devansh-365/sheetforge#quickstart"
85+
href="https://getsheetforge.vercel.app"
8686
target="_blank"
8787
rel="noopener noreferrer"
8888
className="underline"
8989
style={{ color: '#bbf7d0' }}
9090
>
91-
Self-host guide
91+
Hosted SaaS
9292
</a>
9393
</span>
9494
</div>

0 commit comments

Comments
 (0)