Skip to content

Commit

Permalink
Removed "YARC Launcher" from bottom left because it was too crowded
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Jul 11, 2023
1 parent be74515 commit e855966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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}>YARC Launcher v{launcherVersion}</div>
<div className={styles.credits}>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 Down

0 comments on commit e855966

Please sign in to comment.