Skip to content

Commit

Permalink
fix: wrong discord link + change instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone committed Jan 24, 2024
1 parent 11fae17 commit 526f470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Footer: React.FC = async () => {
</div>

<div className={styles.socials}>
<a href="https://discord.gg/yarg" aria-label="YARG's discord" target="_blank">
<a href="https://discord.gg/sqpu4R552r" aria-label="YARG's discord" target="_blank">
<Discord />
</a>
<a href="https://github.com/YARC-Official" aria-label="Github Organization" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const HomeHero: React.FC = () => {
<div className={styles.about}>
<div className={styles.title}>
<div className={styles.titleStatic}>Play on</div>
<RotatingWords className={styles.instrumentSection} words={["Pro Guitar", "Pro Drums", "Vocal", "Keys", "Guitar", "Bass"]} intervalTime={2500} />
<RotatingWords className={styles.instrumentSection} words={["Harmonies", "Pro Drums", "Vocal", "Keys", "Guitar", "Bass"]} intervalTime={2500} />
</div>

<div className={styles.buttons}>
Expand Down

0 comments on commit 526f470

Please sign in to comment.