Skip to content

Commit

Permalink
Update footer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagov8 authored Nov 26, 2024
1 parent e026919 commit b401f61
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ const buildTimestamp = preval`module.exports = new Date().getTime();`;
const Footer = () => {
return (
<>
<div className="py-2 text-center bg-grey-translucent text-sm">
<div className="py-4 text-center bg-grey-translucent text-sm">
<section className="main-container flex items-center justify-center gap-4 flex-wrap">
<span className="mr-2">
<span>
We <FontAwesomeIcon icon={faHeart} className="text-ssw-red" /> open
source. Loving SSW Rules?{' '}
source.
</span>
<span>
Loving SSW Rules?{' '}
<a
href="https://github.com/SSWConsulting/SSW.Rules"
target="_blank"
rel="noreferrer"
className="action-button-label footer-greybar-link"
>
Star us on GitHub
</a>{' '}
</a>{' '}.

Check warning on line 37 in src/components/footer/footer.js

View workflow job for this annotation

GitHub Actions / lint-code

Insert `⏎············`
</span>
<GitHubButton
href="https://github.com/SSWConsulting/SSW.Rules"
Expand All @@ -42,8 +45,8 @@ const Footer = () => {
Star
</GitHubButton>
</section>
<section className="main-container flex items-center justify-center mt-2">
<span className="ml-2">
<section className="main-container flex items-center justify-center mt-4">
<span>
Stand by... we&apos;re migrating this site to{' '}
<a
className="action-button-label footer-greybar-link"
Expand Down

0 comments on commit b401f61

Please sign in to comment.