From 6a3dfc6d6a1d289de8e09787c9582dc2a7078f9b Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Thu, 4 Aug 2022 10:16:30 -0700 Subject: [PATCH] Changed timestamp CSS class and fixed documentation. --- markdown/org/docs/various/notation/title/en.md | 2 +- plugins/plugin-title/src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/org/docs/various/notation/title/en.md b/markdown/org/docs/various/notation/title/en.md index baf5092c0f3..c8eee3d5023 100644 --- a/markdown/org/docs/various/notation/title/en.md +++ b/markdown/org/docs/various/notation/title/en.md @@ -2,7 +2,7 @@ title: Titles --- -Each pattern piece has a title that tells you the number and name of the piece, as well as the pattern name and a timestamp of when the pattern was rendered: +Each pattern piece has a title that tells you the number and name of the piece, as well as the pattern name and a timestamp of when the pattern was drafted: diff --git a/plugins/plugin-title/src/index.js b/plugins/plugin-title/src/index.js index 90cec2bc00e..ca69dfa6cae 100644 --- a/plugins/plugin-title/src/index.js +++ b/plugins/plugin-title/src/index.js @@ -98,7 +98,7 @@ export default { this.points[`_${prefix}_exportDate`] = so.at .shift(-90 - so.rotation, shift * so.scale) .attr('data-text', dateformat(now, 'yyyymmdd"T"HHMMo')) - .attr('data-text-class', 'fill-note') + .attr('data-text-class', 'text-sm') .attr('data-text-transform', transform(so.at.shift(-90 - so.rotation, shift * so.scale))) }, },