Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.2.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie Evans committed Dec 13, 2018
2 parents 94968da + f0d62f6 commit c794425
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/sass/components/site-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
}
.SiteFooter-small {
@include font(10px, 17px);
text-align: center;
text-transform: uppercase;
}
.SiteFooter-icons {
Expand Down
4 changes: 3 additions & 1 deletion components/02-units/site-footer/site-footer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ module.exports = {
"inputGroupID": "ID2",
"inputGroupPlaceholder": "Enter email address",
"inputGroupMicrocopy": "Low volume mailing list. Just for events & conference updates. <a href=\"#\">See an example</a>",
"inputGroupModifiers": "highlight"
"inputGroupModifiers": "highlight",
"siteFooterSmall": "© 2005‑now Clearleft Ltd. All rights reserved.",

}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clearleft-fractal",
"version": "0.2.15",
"version": "0.2.16",
"main": "fractal.js",
"dependencies": {
"@frctl/fractal": "^1.1.0",
Expand Down

0 comments on commit c794425

Please sign in to comment.