Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added line in last faq response #164

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/pages/FAQ/faq-util/faq-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const FAQ_ITEMS: FAQText[] = [
question: 'Can I download all of the oxidation state ranges?',
answer: `
The oxidation state ranges for all available species can be downloaded in JSON format <a rel='noopener noreferrer' target='_blank' href='https://www.oxi.matr.io/oxidation_boundaries.json'>here</a>. The units are the same as those used on this web site.
<br /> You can also download a high-resolution
<br /> <br />You can also download a high-resolution
<a rel='noopener noreferrer' target='_blank' href='/IDES_all_elements.pdf'>graphical representation</a>
of the oxidation state ranges for all 84 elements included in our model.
`
Expand Down
Loading