From 3898ed0e65a722d05d5b4fc6e27427c4c2e243db Mon Sep 17 00:00:00 2001 From: Adam Laki Date: Fri, 1 Mar 2024 21:12:00 +0100 Subject: [PATCH] Style fixes --- src/blog/how-to-make-a-new-button-variant.md | 6 +++--- src/filters/w3-date.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/blog/how-to-make-a-new-button-variant.md b/src/blog/how-to-make-a-new-button-variant.md index ae1cac1..e54e2b3 100644 --- a/src/blog/how-to-make-a-new-button-variant.md +++ b/src/blog/how-to-make-a-new-button-variant.md @@ -70,11 +70,11 @@ After the declaration, you can use your new button modification classes. ```html - Open Spruce CSS + Open Spruce CSS - Open Spruce CSS + Open Spruce CSS ``` @@ -82,6 +82,6 @@ If you declare the `dark-shadow` property, you can use the `btn--dark-shadow` to ```html - Open Spruce CSS + Open Spruce CSS ``` diff --git a/src/filters/w3-date.js b/src/filters/w3-date.js index 4f97c62..eee295e 100644 --- a/src/filters/w3-date.js +++ b/src/filters/w3-date.js @@ -2,4 +2,4 @@ module.exports = value => { const dateObject = new Date(value); return dateObject.toISOString(); -}; \ No newline at end of file +};