Skip to content

Commit 871d484

Browse files
committed
fix: button href url
1 parent 1770861 commit 871d484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function Home() {
5555
Learn More
5656
</Button>
5757
</a>
58-
<Link href={'/market'}>
58+
<Link href={'https://app.treenteq.com/'}>
5959
<Button className="bg-green-700 hover:bg-black/60 text-white p-2 font-semibold">
6060
Treen It
6161
</Button>

0 commit comments

Comments
 (0)