File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments