Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualevitiello committed Apr 15, 2020
1 parent 979ab51 commit cbc81af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/assets/scss/settings/base/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ $link--weight: (
);

// Text decoration
$link-main--decoration: underline;
$link-main--decoration-hover: none;
$link-header--decoration: none;
$link-main--decoration: none;
$link-main--decoration-hover: null;
$link-header--decoration: null;
$link-header--decoration-hover: null;
$link-footer--decoration: none;
$link-footer--decoration: null;
$link-footer--decoration-hover: null;
$link-footer-block--decoration: none;
$link-footer-block--decoration: null;
$link-footer-block--decoration-hover: null;
$link-button--decoration: null;
$link-button--decoration-hover: null;
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Footer extends React.Component {
</div>
<div className="footer-bottom space-between text-xxs invert-order-desktop">
<FooterNav />
<div className="footer-copyright">&copy; 2020 Open, all rights reserved</div>
<div className="footer-copyright">Made by <a href="https://cruip.com">Cruip</a>. All right reserved</div>
</div>
</div>
</div>
Expand Down

0 comments on commit cbc81af

Please sign in to comment.