File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,20 @@ const Home = props => {
7171 </ div >
7272 </ div >
7373 </ div >
74- < div className = "border-t-4 border-white shadow bg-coral text-white" >
75- < div className = "py-20 " >
74+ < div className = "bg-gray-900 text-white" >
75+ < div className = "py-30 " >
7676 < div className = "mx-auto container text-center" >
7777 < div className = "text-xl" > ANNOUNCING</ div >
7878 < div className = "text-3xl md:text-5xl font-bold" >
7979 React Query Essentials
8080 </ div >
8181 < div className = "text-xl italic" >
82- The < strong > OFFICIAL </ strong > React Query course by{ ' ' }
82+ The < strong > official </ strong > React Query course by{ ' ' }
8383 < strong > Tanner Linsley</ strong >
8484 </ div >
8585 < a
8686 href = "https://learn.tanstack.com"
87- className = "inline-block mt-8 rounded shadow-lg bg-white text-gray-700 font-bold text-xl px-4 py-3"
87+ className = "inline-block mt-8 rounded shadow-lg bg-coral text-white font-bold text-xl px-4 py-3"
8888 >
8989 BUY NOW
9090 </ a >
You can’t perform that action at this time.
0 commit comments