From e06047174ae040ae4ca1e82659a13b1a67483abb Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Mon, 13 Sep 2021 04:13:57 +0000 Subject: [PATCH] Include author as well. --- src/TestPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index f2359b3..794eabb 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -631,7 +631,7 @@ function deepCopySkills(skillData) { return (<> - {`${buildName} - ${APP_TITLE}`} + {`${buildName} by ${author} - ${APP_TITLE}`}