We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee484f commit 102bba7Copy full SHA for 102bba7
src/components/index-page/proven-solution/index.tsx
@@ -62,7 +62,11 @@ export function ProvenSolution() {
62
]}
63
/>
64
</div>
65
- <Button className="mx-auto mt-8 w-fit lg:mt-16" href="/learn">
+ <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
+ >
70
Learn more
71
</Button>
72
0 commit comments