Skip to content

Commit

Permalink
Improved sidebar heading look and feel (#1664)
Browse files Browse the repository at this point in the history
* Improved sidebar heading look and feel

* Update side-bar.js

* Update contact-info.js

* fixed linting errors

---------

Co-authored-by: Calinator444 <[email protected]>
  • Loading branch information
tiagov8 and Calinator444 authored Jan 8, 2025
1 parent 6ea10a9 commit 87fb2e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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">
<div className="text-3xl font-semibold text-ssw-red">
Interested in what we can do for you?
</div>
<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
6 changes: 3 additions & 3 deletions src/components/side-bar/side-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ const SideBar = ({ ruleTotalNumber, hideCount }) => {
alt="Adam Cogan"
/>
</div>
<div className="text-xl">
<h5>
<a
href="https://www.ssw.com.au/people/adam-cogan"
target="_blank"
rel="noopener noreferrer"
>
Adam Cogan
</a>
</div>
<div className="text-base">Chief Software Architect at SSW</div>
</h5>
<p>Chief Software Architect at SSW</p>
</div>
</section>
<section>
Expand Down

0 comments on commit 87fb2e3

Please sign in to comment.