indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

Demo code is outdated, does not match live demo #43

Closed edslocomb closed 11 months ago

edslocomb commented 8 years ago

The demo at http://indexiatech.github.io/re-notif/ has a checkbox control for "Custom Styles"

The code at https://github.com/indexiatech/re-notif/blob/master/demo/index.js does not include that "Custom Styles" control.

The custom styles code is present in https://raw.githubusercontent.com/indexiatech/re-notif/gh-pages/demo.js

kylecesmat commented 8 years ago

This should be fixed by #41

kylecesmat commented 8 years ago

Oh, actually it won't be. You're right, gh-pages needs to be updated! We could probably fix this an #14 in the same PR

edslocomb commented 11 months ago

outdated, closing