format project

This commit is contained in:
Kurt Hutten
2021-08-14 21:03:05 +10:00
parent 567da606f3
commit 180cbb9503
4 changed files with 19 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ import { Helmet } from 'react-helmet'
import { useIsBrowser } from '@redwoodjs/prerender/browserUtils'
const Seo = ({
title = "CadHub",
description = "Edit this part of CadHub",
title = 'CadHub',
description = 'Edit this part of CadHub',
lang = 'en-US',
socialImageUrl,
}: {