From 51771544dda2de1da14a6333ba16d1609b1aa8be Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 18 Oct 2022 14:43:55 +0200 Subject: [PATCH] change(ui): change font color for error tag --- frontend/app/components/Errors/Error/MainSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Errors/Error/MainSection.js b/frontend/app/components/Errors/Error/MainSection.js index ef04cb325..06509d221 100644 --- a/frontend/app/components/Errors/Error/MainSection.js +++ b/frontend/app/components/Errors/Error/MainSection.js @@ -126,7 +126,7 @@ export default class MainSection extends React.PureComponent { {error.customTags ? (
- More Info (most recent call) + More Info (most recent call)
{error.customTags.map((tag) => (