Skip to content

Commit 9ae67cb

Browse files
committed
added last copy for this part
1 parent 8819b7c commit 9ae67cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/landing/TechStack.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)