From a4ed94503bc9a29665033f57f77a1678dabe2d32 Mon Sep 17 00:00:00 2001 From: BrickheadJohnny Date: Mon, 27 Jan 2025 14:30:26 +0100 Subject: [PATCH] fix(GithubRequirement): add missing whitespaces --- src/requirements/Github/GithubRequirement.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/Github/GithubRequirement.tsx b/src/requirements/Github/GithubRequirement.tsx index ac099e3ec9..b314a922d5 100644 --- a/src/requirements/Github/GithubRequirement.tsx +++ b/src/requirements/Github/GithubRequirement.tsx @@ -81,14 +81,14 @@ const GithubRequirement = (props: RequirementProps) => { ) : requirement.data.minAmount ? ( <> - {"older than "} + {" older than "} ) : requirement.data.maxAmount ? ( <> - {"no older than "} + {" no older than "}