From fbc01fd64c621f4733eb8af31e4fc472442836ce Mon Sep 17 00:00:00 2001 From: Abhinav Srinivas Date: Wed, 8 Mar 2023 12:40:40 +0530 Subject: [PATCH 1/2] Readability of links in console Based on the suggestion of @lindapaiste here https://github.com/processing/p5.js-web-editor/issues/2046#issuecomment-1435801303 I have made the changes and testes them locally. --- client/modules/IDE/components/Console.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/modules/IDE/components/Console.jsx b/client/modules/IDE/components/Console.jsx index 567d3d03e6..6182971196 100644 --- a/client/modules/IDE/components/Console.jsx +++ b/client/modules/IDE/components/Console.jsx @@ -267,6 +267,7 @@ const Console = ({ t }) => { style={{ fontSize }} > Date: Sat, 11 Mar 2023 12:26:14 +0530 Subject: [PATCH 2/2] fixed linting error --- client/modules/IDE/components/Console.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/IDE/components/Console.jsx b/client/modules/IDE/components/Console.jsx index cb70345434..f4f8f32396 100644 --- a/client/modules/IDE/components/Console.jsx +++ b/client/modules/IDE/components/Console.jsx @@ -267,7 +267,7 @@ const Console = () => { style={{ fontSize }} >