NorthwestGreenChemistry / PrISM

Questionnaire app to help clarify sustainable product design objectives.
https://www.northwestgreenchemistry.org/
MIT License
1 stars 0 forks source link

Step 7 title is decision analysis, make it eval and opt #110

Open AmeliaNestler opened 5 years ago

AmeliaNestler commented 5 years ago

Actually, I'll need some help on this one. It looks like this is in the code, not the markdown files.

I added the title at the top of the markdown file for now, but where is this in the code and how would I go about updating it? Thanks!

sjgllghr commented 5 years ago

If you just want to change the title on the page, you'd have to edit the title attribute here. If you wanted to rename the resource named Decision Analysis there are a couple of other places in the app and markdown you'd have to change as well.

https://github.com/NorthwestGreenChemistry/PrISM/blob/a1a29d57e46f38f78b5d1fc0d90d199839bb0e14/app/components/Data.js#L104-L111

AmeliaNestler commented 5 years ago

Title on the page! Resource 7 should be decision analysis, step 7 should be eval and opt.

Looks like an edit I can do. I'll give it a try.