From 98e4eb6d98e6fc3cc77df2d5c48f9465904a8ad3 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 28 Sep 2023 20:20:08 -0500 Subject: [PATCH] fix category list text color --- plugins/plugins/core/qdn/publish/publish.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins/core/qdn/publish/publish.src.js b/plugins/plugins/core/qdn/publish/publish.src.js index c7cfd36d..fd720190 100644 --- a/plugins/plugins/core/qdn/publish/publish.src.js +++ b/plugins/plugins/core/qdn/publish/publish.src.js @@ -276,7 +276,7 @@ class PublishData extends LitElement {

${this.categories.map((c, index) => html` - ${c.name} + ${c.name} `)}