Skip to content

Commit 0f2a330

Browse files
committed
refactor(saas): added live demo link
1 parent 6155510 commit 0f2a330

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apps/www/src/app/(app)/_components/saas-startkit-highlight.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ export function SaasStarterkitHighlight() {
7070
))}
7171

7272
<Link
73-
href={siteUrls.saasStarterkit.base}
73+
href={siteUrls.demo.saas}
7474
className={buttonVariants({
7575
variant: "ghost",
7676
size: "sm",
7777
className: "gap-1",
7878
})}
7979
>
80-
<span>View all</span>
80+
<span>View Live Demo</span>
8181
<ArrowRightIcon className="h-4 w-4" />
8282
</Link>
8383
</TabsList>

apps/www/src/config/urls.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ export const siteUrls = {
1818
twitter: "https://twitter.com/AliFarooqDev",
1919
github: "/gh",
2020
},
21+
demo: {
22+
saas: "https://saasdemo.rapidlaunch.xyz",
23+
},
2124
} as const;

0 commit comments

Comments
 (0)