Skip to content

Commit 102bba7

Browse files
committed
Add a TODO
1 parent 0ee484f commit 102bba7

File tree

1 file changed

+5
-1
lines changed
  • src/components/index-page/proven-solution

1 file changed

+5
-1
lines changed

src/components/index-page/proven-solution/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ export function ProvenSolution() {
6262
]}
6363
/>
6464
</div>
65-
<Button className="mx-auto mt-8 w-fit lg:mt-16" href="/learn">
65+
<Button
66+
className="mx-auto mt-8 w-fit lg:mt-16"
67+
// todo: this should link to the Business Agregator page
68+
href="/learn"
69+
>
6670
Learn more
6771
</Button>
6872
</div>

0 commit comments

Comments
 (0)