Skip to content

Instantly share code, notes, and snippets.

@th3fallen
Created June 6, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save th3fallen/f3339177bea0ee7f59ba581c7585a28b to your computer and use it in GitHub Desktop.
Save th3fallen/f3339177bea0ee7f59ba581c7585a28b to your computer and use it in GitHub Desktop.
God im stupid
<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