From 5c412fffee6b0705def8af938ef1a8b8d3a91de2 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Wed, 28 Oct 2020 20:47:05 +1100 Subject: [PATCH] Inconsequential changes --- web/src/components/PartForm/ImageUploader.js | 2 +- web/src/layouts/MainLayout/MainLayout.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/PartForm/ImageUploader.js b/web/src/components/PartForm/ImageUploader.js index 4809ec0..b88023e 100644 --- a/web/src/components/PartForm/ImageUploader.js +++ b/web/src/components/PartForm/ImageUploader.js @@ -9,7 +9,7 @@ import 'react-image-crop/dist/ReactCrop.css' import Svg from 'src/components/Svg/Svg.js' const CLOUDINARY_UPLOAD_PRESET = "CadHub_project_images"; -const CLOUDINARY_UPLOAD_URL = "https://api.cloudinary.com/v1_1/irevdev/upload/?custom_coordinates=10,10,20,20"; +const CLOUDINARY_UPLOAD_URL = "https://api.cloudinary.com/v1_1/irevdev/upload"; export default function ImageUploader({ onImageUpload, imageUrl }) { const [isModalOpen, setIsModalOpen] = useState(false) diff --git a/web/src/layouts/MainLayout/MainLayout.js b/web/src/layouts/MainLayout/MainLayout.js index 8621647..ae55bd0 100644 --- a/web/src/layouts/MainLayout/MainLayout.js +++ b/web/src/layouts/MainLayout/MainLayout.js @@ -23,6 +23,7 @@ const MainLayout = ({ children }) => {
  • + {/* Because of how specific these styles are to this heading/logo and it doesn't need to be replicated else where as well as it's very precise with the placement of "pre-alpha" I think it's appropriate. */}

    CadHub

    pre-alpha