Skip to content

Commit

Permalink
remove subtitle for trusted by section
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling committed Jan 27, 2024
1 parent 5b5a727 commit f579e59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/CustomersAndPartners/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ const CustomersAndPartners = () => {
className="customers-and-partners-container"
>
<header className="feature-header">
<h2 className="feature-header-title" id="customers-and-partners-title">
<h2
className="feature-header-title linear-gradient-text"
id="customers-and-partners-title"
>
Trusted By
</h2>
<h3 className="feature-header-subtitle linear-gradient-text">
Partners &amp; Customers Alike
</h3>
</header>
<ul className="reset-list girdle customers-and-partners-list">
{customersAndPartners.map((customerOrPartner) => (
Expand Down

0 comments on commit f579e59

Please sign in to comment.