Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved sidebar heading look and feel #1664

Merged
merged 4 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading