Skip to content

Commit 5a8a1a9

Browse files
committed
docs: improve RQE callout
1 parent 953c869 commit 5a8a1a9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/src/pages/index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,15 @@ const Home = props => {
8484
</div>
8585
<a
8686
href="https://learn.tanstack.com"
87-
className="inline-block mt-8 rounded shadow-lg bg-white text-red-700 font-bold text-xl px-4 py-3"
87+
className="inline-block mt-8 rounded shadow-lg bg-white text-gray-700 font-bold text-xl px-4 py-3"
8888
>
89-
ENROLL NOW
89+
BUY NOW
90+
</a>
91+
<a
92+
className="block text-2xl mt-6 underline"
93+
href="https://learn.tanstack.com"
94+
>
95+
<strong>33% OFF</strong> through August 4th
9096
</a>
9197
</div>
9298
</div>

0 commit comments

Comments
 (0)