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 65f23dd commit 5943b2bCopy full SHA for 5943b2b
src/components/landing/hero.js
@@ -9,10 +9,11 @@ const Hero = () => (
9
<>
10
<div className="flex lg:flex-row s:flex-col text-left">
11
<div className="p-10 mr-10">
12
+ <img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
13
+
14
<HeadingOne className="mb-10 ">
15
Build a fullstack serverless GraphQL App!
16
</HeadingOne>
- <img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
17
18
<BodyOne className="mb-10">
19
The way APIs are built and the tools that are used to consume them
0 commit comments