diff --git a/src/modules/lists/components/CitationAction/index.js b/src/modules/lists/components/CitationAction/index.js index 34c832c3..55c12e2a 100644 --- a/src/modules/lists/components/CitationAction/index.js +++ b/src/modules/lists/components/CitationAction/index.js @@ -1,6 +1,6 @@ import './styles.css'; +import { Anchor, Tab, TabPanel, Tabs } from '../../../reusable'; import React, { useEffect, useState } from 'react'; -import { Tab, TabPanel, Tabs } from '../../../reusable'; import { cite } from '../../../citations'; import PropTypes from 'prop-types'; @@ -119,7 +119,18 @@ const CitationAction = ({ datastore, list, record, setActive, setAlert, viewType className='font-small citation-disclaimer' id={`${citationOption.id}-disclaimer`} > - These citations are generated from a variety of data sources. Remember to check citation format and content for accuracy before including them in your work. + These citations are generated from a variety of data sources. + Remember to check citation format and content for accuracy before including them in your work. + View the + {' '} + + Citation Management guide on U-M Library Website (opens in new tab) + + .