From be74515b9f1aac2b876e7d9f5ae0c4e39314b948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Azevedo?= <66081804+ang3lo-azevedo@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:52:10 +0100 Subject: [PATCH] YAL -> YARC (If wanted) (#20) * Update README.md * Update README.md * YAL -> YARC * Try to bypass the false positive on Windows Defender --------- Co-authored-by: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> --- src/components/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index bf2b126..3107f6b 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -43,7 +43,7 @@ const Sidebar: React.FC = () => {
-
YAL v{launcherVersion}
+
YARC Launcher v{launcherVersion}
@@ -53,4 +53,4 @@ const Sidebar: React.FC = () => {
; }; -export default Sidebar; \ No newline at end of file +export default Sidebar;