Skip to content

Commit

Permalink
fix: change "Vocal" to "Vocals" on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Jan 25, 2024
1 parent a94fb47 commit 8a5762e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Home/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ const HomeHero: React.FC = () => {
<div className={styles.about}>
<div className={styles.title}>
<div className={styles.titleStatic}>Play on</div>
<RotatingWords className={styles.instrumentSection} words={["Harmonies", "Pro Drums", "Vocal", "Keys", "Guitar", "Bass"]} intervalTime={2500} />
<RotatingWords className={styles.instrumentSection} words={[
"Harmonies", "Pro Drums", "Vocals", "Keys", "Guitar", "Bass"
]} intervalTime={2500} />
</div>

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

0 comments on commit 8a5762e

Please sign in to comment.