diff --git a/src/components/Instructions.js b/src/components/Instructions.js index 24ddc2a..964d217 100644 --- a/src/components/Instructions.js +++ b/src/components/Instructions.js @@ -1,15 +1,15 @@ export default function Instructions() { - return ( -
- ); - } \ No newline at end of file + return ( + + ); +}