Skip to content

Commit

Permalink
Added .sng to supported formats box
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Apr 21, 2024
1 parent ca73986 commit d7a5b68
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/Home/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,17 @@ const HomeHero: React.FC = () => {
<div className={styles.gem} data-color="blue"></div>

<div className={styles.featureCard} data-position="left">
<div className={styles.featureTitle}>Song Formats</div>
<div className={styles.featureDescription}>.chart / .mid / CON files</div>
<div className={styles.featureTitle}>Lots of Formats</div>
<div className={styles.featureDescription}>
.chart / .mid / .sng / CON
</div>
</div>

<div className={styles.featureCard} data-position="top">
<div className={styles.featureTitle}>Vocals</div>
<div className={styles.featureDescription}>Full solo and harmonies support, play with the full band experience</div>
<div className={styles.featureDescription}>
Full solo and harmonies support, play with the full band experience
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d7a5b68

Please sign in to comment.