Skip to content

Commit

Permalink
YAL -> YARC (If wanted) (#20)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* YAL -> YARC

* Try to bypass the false positive on Windows Defender

---------

Co-authored-by: EliteAsian <[email protected]>
  • Loading branch information
ang3lo-azevedo and EliteAsian123 authored Jul 11, 2023
1 parent 61ffc75 commit be74515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Sidebar: React.FC = () => {
<VersionsList />

<div className={styles.footer}>
<div className={styles.credits}>YAL v{launcherVersion}</div>
<div className={styles.credits}>YARC Launcher v{launcherVersion}</div>
<div className={styles.socials}>
<a href="https://discord.gg/sqpu4R552r" target="_blank" className={styles.link} rel="noreferrer"><DiscordIcon /></a>
<a href="https://twitter.com/EliteAsian123" target="_blank" className={styles.link} rel="noreferrer"><TwitterIcon /></a>
Expand All @@ -53,4 +53,4 @@ const Sidebar: React.FC = () => {
</div>;
};

export default Sidebar;
export default Sidebar;

0 comments on commit be74515

Please sign in to comment.