Skip to content

Commit

Permalink
Update AboutUs Manuscript link (#156)
Browse files Browse the repository at this point in the history
* Update AboutUs Manuscript link

* fix about us link
  • Loading branch information
mike-puzon-tri authored Jun 4, 2024
1 parent 37f28e7 commit 04433d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/pages/AboutUs/AboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import styles from './AboutUs.module.css';
import { Breadcrumbs, Link, Typography } from '@mui/material';
import { Link as RouterLink } from 'react-router-dom';
import { useEffect } from 'react';
import { MANUSCRIPT_LINK } from '@/constants/links';

const AboutUs = () => {
useEffect(() => {
Expand All @@ -28,7 +29,7 @@ const AboutUs = () => {
>
The oxidation state analyzer is an open web application for predicting and analyzing oxidation
states in materials based on the approach described in{' '}
<Link component={RouterLink} to="/" color="primary" underline="always">
<Link component={RouterLink} to={MANUSCRIPT_LINK} color="primary" underline="always">
this manuscript
</Link>{' '}
(an overview of this approach is provided in the{' '}
Expand Down

0 comments on commit 04433d7

Please sign in to comment.