smart-facility / cognicity-rem-web

Cognicity REM web site
Other
0 stars 0 forks source link

Webpages use old PJ icon #31

Closed tomasholderness closed 8 years ago

tomasholderness commented 8 years ago

Icon on the right is the rem. Should be updated to be the same as PetaJakarta.org on the left.

screen shot 2016-03-09 at 10 29 13 am
matthewberryman commented 8 years ago

This is not an issue with cognicity-rem-web; the code references img/petajakarta_icon_32x32.png, twice in fact: https://github.com/smart-facility/cognicity-rem-web/blob/master/banjir/assets/templates/index.hbs#L10 https://github.com/smart-facility/cognicity-rem-web/blob/master/banjir/assets/templates/index.hbs#L15 (a separate issue I will fix) and this icon is the correct one: https://github.com/smart-facility/cognicity-rem-web/blob/master/banjir/assets/img/petajakarta_icon_32x32.png?raw=true

The old one appears to be a cached copy of the old one for petajakarta.org that isn't overwritten by the login page https://github.com/smart-facility/cognicity-rem-server/blob/master/views/login.html as the login page doesn't set anything.