Skip to content

Commit

Permalink
add links to reddit and discord
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Dec 30, 2019
1 parent 7855598 commit cb430dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/views/footer.js
Expand Up @@ -53,7 +53,9 @@ const RandomTip = () => {
<span>
<strong>Pro Tip</strong>:{' '}
<Random>
<span>You can drag-and-drop a MIDI file onto this page to play it!</span>
<span>
You can drag-and-drop a MIDI file onto this page to play it!
</span>
<span>
This project is open source on{' '}
<Link newtab href='https://github.com/feross/bitmidi.com'>GitHub</Link>!
Expand All @@ -65,6 +67,12 @@ const RandomTip = () => {
</Link>{' '}
on Twitter!
</span>
<span>
We are on Reddit at <Link newtab href='https://www.reddit.com/r/BitMidi'>r/BitMidi</Link>!
</span>
<span>
Chat with other MIDI fans on our <Link newtab href='https://discord.gg/5uD9Ktf'>Discord server</Link>!
</span>
</Random>
</span>
)
Expand Down

0 comments on commit cb430dd

Please sign in to comment.