diff --git a/client/placeholders/Rectangle.jsx b/client/placeholders/Rectangle.jsx index 7c1cc6e..b1129d8 100644 --- a/client/placeholders/Rectangle.jsx +++ b/client/placeholders/Rectangle.jsx @@ -3,7 +3,7 @@ import React from 'react'; const Rectangle = ({ height = 8 }) => { return (
);