Skip to content

Commit

Permalink
Footer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Matter committed May 10, 2022
1 parent ba92923 commit 4ea8ef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Container from '../Container';
import Dropdown from '../Dropdown/Dropdown';
import FormInputField from '../FormInputField/FormInputField';
import Icon from '../Icons/Icon';
import Button from '../Button';
import Config from '../../config.json';
import * as styles from './Footer.module.css';

Expand Down Expand Up @@ -111,7 +112,7 @@ const Footer = (prop) => {
{Config.paymentOptions.mastercard && <img className={styles.masterSize} src={'/master.png'} alt={'mastercard'}></img>}
{Config.paymentOptions.visa && <img className={styles.visaSize} src={'/visa.png'} alt={'visa'}></img>}
</div>
<span>2021 (c) . Built by Matter. Powered by JAMM</span>
<span>{new Date().getFullYear()} (c) . Built by <Button target={true} href="https://www.matterdesign.com.au/">Matter.</Button> Powered by <Button target={true} href="https://jamm.matter.design/">JAMM.™</Button></span>
</div>
</div>
</Container>
Expand Down
4 changes: 4 additions & 0 deletions src/components/Footer/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
line-height: 15px;
}

.copyrightContainer a {
color: var(--standard-white);
}

.mobileFooterLinks {
display: none;
}
Expand Down

0 comments on commit 4ea8ef5

Please sign in to comment.