Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Sep 16, 2024
1 parent afff269 commit 1793958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(dashboard)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function HomePage() {
</p>
<div className="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
<a
href="https://github.com/leerob/next-saas-starter"
href="https://vercel.com/templates/next.js/next-js-saas-starter"
target="_blank"
>
<Button className="bg-white hover:bg-gray-100 text-black border border-gray-200 rounded-full text-lg px-8 py-4 inline-flex items-center justify-center">
Expand Down Expand Up @@ -108,11 +108,11 @@ export default function HomePage() {
</div>
<div className="mt-8 lg:mt-0 flex justify-center lg:justify-end">
<a
href="https://github.com/leerob/next-saas-starter"
href="https://vercel.com/templates/next.js/next-js-saas-starter"
target="_blank"
>
<Button className="bg-white hover:bg-gray-100 text-black border border-gray-200 rounded-full text-xl px-12 py-6 inline-flex items-center justify-center">
Deploy your own
View the code
<ArrowRight className="ml-3 h-6 w-6" />
</Button>
</a>
Expand Down

0 comments on commit 1793958

Please sign in to comment.