From 11f85f79c4526ed09462af07b9ce509fa505940e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 27 Nov 2022 11:24:44 +0000 Subject: [PATCH] docs: small gamepad change --- CHANGELOG.md | 2 +- frontends/web/react/components/help/help.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d75d237..7fed4324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* +* Small help changes regarding gamepad ### Fixed diff --git a/frontends/web/react/components/help/help.tsx b/frontends/web/react/components/help/help.tsx index 5b5f3e53..f688d78d 100644 --- a/frontends/web/react/components/help/help.tsx +++ b/frontends/web/react/components/help/help.tsx @@ -79,9 +79,9 @@ export const HelpFaqs: FC = () => ( </p> <h3>Why there's no sound?</h3> <p>It's under development, I'm hopping to have it before Christmas.</p> - <h3>Can I use my Xbox One game pad?</h3> + <h3>Can I use my Xbox One/PS4/PS5 game pad?</h3> <p> - Yes, just plug it in and press a button. + Yes, just plug it in, press a button, and you're ready to go. <br /> BTW: This uses the{" "} <Link -- GitLab