From 80ffd460411595fb301840fe2f904af195cc41b4 Mon Sep 17 00:00:00 2001 From: Cassie Evans Date: Thu, 13 Dec 2018 14:35:22 +0000 Subject: [PATCH 1/2] Increment version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 881e99d..2049070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clearleft-fractal", - "version": "0.2.15", + "version": "0.2.16", "main": "fractal.js", "dependencies": { "@frctl/fractal": "^1.1.0", From f0d62f6b6f3e75ea211202e0960284b35004101f Mon Sep 17 00:00:00 2001 From: Cassie Evans Date: Thu, 13 Dec 2018 15:04:47 +0000 Subject: [PATCH 2/2] Add and style site footer small --- assets/sass/components/site-footer.scss | 1 + components/02-units/site-footer/site-footer.config.js | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/sass/components/site-footer.scss b/assets/sass/components/site-footer.scss index e6f5468..882dc9c 100644 --- a/assets/sass/components/site-footer.scss +++ b/assets/sass/components/site-footer.scss @@ -38,6 +38,7 @@ } .SiteFooter-small { @include font(10px, 17px); + text-align: center; text-transform: uppercase; } .SiteFooter-icons { diff --git a/components/02-units/site-footer/site-footer.config.js b/components/02-units/site-footer/site-footer.config.js index e51eb1f..c7cc4d4 100644 --- a/components/02-units/site-footer/site-footer.config.js +++ b/components/02-units/site-footer/site-footer.config.js @@ -24,6 +24,8 @@ module.exports = { "inputGroupID": "ID2", "inputGroupPlaceholder": "Enter email address", "inputGroupMicrocopy": "Low volume mailing list. Just for events & conference updates. See an example", - "inputGroupModifiers": "highlight" + "inputGroupModifiers": "highlight", + "siteFooterSmall": "© 2005‑now Clearleft Ltd. All rights reserved.", + } }