diff --git a/package.json b/package.json index be10abd6f..4688c844d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "safe-homepage", "homepage": "https://github.com/safe-global/safe-homepage", - "version": "1.3.13", + "version": "1.3.14", "scripts": { "build": "next build && next export", "lint": "tsc && next lint", diff --git a/src/components/common/MetaTags/index.tsx b/src/components/common/MetaTags/index.tsx index d077a6ec8..6b645c10f 100644 --- a/src/components/common/MetaTags/index.tsx +++ b/src/components/common/MetaTags/index.tsx @@ -29,7 +29,7 @@ const MetaTags = (props: Partial) => { - {!IS_PRODUCTION && } + {!IS_PRODUCTION && } ) }