Skip to content

Commit 1214d5b

Browse files
Quotations removed (#196)
1 parent 37874bd commit 1214d5b

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

pages/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import BracketSvg from 'public/bracket.svg'
1212
import ConnectSvg from 'public/connect.svg'
1313
import ElevateSvg from 'public/elevate.svg'
1414
import ExploreSvg from 'public/explore.svg'
15-
import QuotesSvg from 'public/quotation-marks.svg'
1615
import { LogoSection } from 'sections'
1716
import styles from 'styles/Home.module.css'
1817

@@ -231,7 +230,6 @@ const Home = () => (
231230
<Heading variant={h2} className={styles.testimonialsHeading}>
232231
What Our Engineering Partners Have to Say
233232
</Heading>
234-
<QuotesSvg />
235233
<Testimonials className={styles.testimonialsCarousel} />
236234
</div>
237235
</section>

public/quotation-marks.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

styles/Home.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ p.heroTagline:after {
603603
.testimonials .testimonialsHeading {
604604
text-align: center;
605605

606-
margin: 0 0 4rem;
606+
margin: 0 0 2rem;
607607
max-width: 51rem;
608608
}
609609
.testimonials .testimonialsHeading:first-of-type {

0 commit comments

Comments
 (0)