Skip to content

Commit 2125697

Browse files
committed
image is not working
1 parent e2ff6c3 commit 2125697

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/landing/hero.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ const Hero = () => (
1111
<>
1212
<div className="flex lg:flex-row s:flex-col text-left">
1313
<div className="">
14-
<div
15-
style={{
16-
position: `relative`,
17-
background: `url(${About})`,
18-
backgroundSize: `cover`,
19-
backgroundRepeat: `no-repeat`,
20-
backgroundPosition: `center center`,
21-
backgroundAttachment: `fixed`,
22-
clipPath: `polygon(0 0, 100% 0, 100% 100%, 0 calc(20% - 5vw))`,
23-
}}
24-
/>
2514
<div>
2615
<img
2716
src={HeroImage}

0 commit comments

Comments
 (0)