Created
March 6, 2018 04:03
-
-
Save distributedlife/a16e5a77ffa6e47eee38fb618bff08ac to your computer and use it in GitHub Desktop.
best-with-headphones medium code samples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const BestWithHeadphones = ({ duration }) => ( | |
<FullScreenMessage icon={HelmetWithHeadphones} colour={White}> | |
<Title>BEST WITH HEADPHONES</Title> | |
<FloatingNotes /> | |
<PulsingTitle duration={duration}>FETCHING RACE</PulsingTitle> | |
</FullScreenMessage> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment