Created
June 6, 2018 19:52
-
-
Save th3fallen/f3339177bea0ee7f59ba581c7585a28b to your computer and use it in GitHub Desktop.
God im stupid
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
<span className="hint--bottom" aria-label={ <Fragment> | |
<TimeRange start={ shift.date('start_time') } end={ shift.date('end_time') } /> | |
{ position && ` | ${position.name}` } | |
{ site && ` | ${site.name }` } | |
{ notes && notes.length && ` | ${notes}` } | |
</Fragment> }> | |
Witness Me! | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment