diff --git a/src/pages/equipment.js b/src/pages/equipment.js index da65286..7a92739 100644 --- a/src/pages/equipment.js +++ b/src/pages/equipment.js @@ -5,7 +5,7 @@ function equipment() { return (

Equipment

-

This page should show procedures for equipment repair scenarios, potentially in some form of dictionary

+

This page should show procedures for equipment repair scenarios, potentially in some form of dictionary

); } diff --git a/src/pages/rocks.js b/src/pages/rocks.js index 12c3a13..306a0ff 100644 --- a/src/pages/rocks.js +++ b/src/pages/rocks.js @@ -3,8 +3,6 @@ import './../pages-style/rocks.css'; import { ProcedureList } from '../helpers/ProcedureList'; import ProcedureItem from '../components/ProcedureItem'; -function rocks() { - function Rocks() { const [showWarning, setShowWarning] = useState(false); @@ -23,6 +21,7 @@ function Rocks() {

This page will display samples that have been collected, and what samples should be kept

{ProcedureList.map((Item, key) =>{ + return (