File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const TechStack = () => (
1111 < HeadingThree className = "text-blue text-xl text-left mb-5 font-bold" >
1212 Frontend
1313 </ HeadingThree >
14- < BodyOne className = "text-black text-xl text-left mb-5 font-bold " >
14+ < BodyOne className = "text-black text-xl text-left mb-5 font-medium " >
1515 On the frontend, you can create the Lunar Tour in either Vue or React.
1616 On the Vue side you uncover how to persist state in multiple components.
1717 While in the React course, you can learn how to use Apollo's Local Cache
@@ -23,10 +23,10 @@ const TechStack = () => (
2323 ) ) }
2424 </ div >
2525
26- < HeadingThree className = "text-green-darker text-center mb-5 mt-5" >
26+ < HeadingThree className = "text-green-darker text-xl text-left mb-5 font-bold mt-5" >
2727 Backend
2828 </ HeadingThree >
29- < BodyOne className = "text-black text-xl text-left mb-5 font-bold " >
29+ < BodyOne className = "text-black text-xl text-left mb-5 font-medium " >
3030 Using the Serverless Framework, you will be able to create a GraphQL
3131 Lambda powered by Apollo Server.
3232 </ BodyOne >
You can’t perform that action at this time.
0 commit comments