From d43771ec1f0cb15f4d5064484a2db931eb6a08ad Mon Sep 17 00:00:00 2001 From: Shinsina Date: Thu, 10 Mar 2022 09:13:43 -0600 Subject: [PATCH] Add period to Knowledge Center Section Text. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I didn’t realze the section teaser and the “Below image text” were distinct entities. --- app/pages/knowledge-center.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/knowledge-center.vue b/app/pages/knowledge-center.vue index 1b4cbea..2fdc9da 100644 --- a/app/pages/knowledge-center.vue +++ b/app/pages/knowledge-center.vue @@ -28,7 +28,7 @@ export default { }, data: () => ({ - sectionText: '

Put the power of the latest research, seed information and breaking news to work, helping you make more informed management decisions

', + sectionText: '

Put the power of the latest research, seed information and breaking news to work, helping you make more informed management decisions.

', }), head() {