Some clean up

This commit is contained in:
Kurt Hutten
2021-08-16 20:06:17 +10:00
parent 9fa22a0469
commit 580dbb88e6
5 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import IdeProjectCell from 'src/components/IdeProjectCell'
import Seo from 'src/components/Seo/Seo'
import { makeSocialPublicId } from 'src/helpers/hooks/useUpdateSocialCard'
import { makeSocialPublicId } from 'src/helpers/hooks/useUpdateProjectImages'
const IdeProjectPage = ({ userName, projectTitle }) => {
const socialImageUrl = `http://res.cloudinary.com/irevdev/image/upload/c_scale,w_1200/v1/CadHub/${makeSocialPublicId(

View File

@@ -5,7 +5,7 @@ import Seo from 'src/components/Seo/Seo'
import { useIdeState } from 'src/helpers/hooks/useIdeState'
import { IdeContext } from 'src/helpers/hooks/useIdeContext'
import { Toaster } from '@redwoodjs/web/toast'
import { makeSocialPublicId } from 'src/helpers/hooks/useUpdateSocialCard'
import { makeSocialPublicId } from 'src/helpers/hooks/useUpdateProjectImages'
const ProjectPage = ({ userName, projectTitle }) => {
const { currentUser } = useAuth()