Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Jan 7, 2025
1 parent 908f239 commit e60e3f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/contact-info/contact-info.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import React from 'react';
import PropTypes from 'prop-types';
import React from 'react';

const ContactInfo = ({ onClick }) => {
return (
<div className="contact">
<h3 className="text-ssw-red">
Interested in what we can do for you?
</h3>
<h3 className="text-ssw-red">Interested in what we can do for you?</h3>
<p>Contact an Account Manager to discuss your project</p>
<button className="btn btn-red" onClick={() => onClick()}>
Book a Free Initial Meeting
Expand Down

0 comments on commit e60e3f6

Please sign in to comment.