From 610d456f1356474261c51ff50640d04850751f16 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 26 Oct 2020 10:18:43 -0500 Subject: [PATCH 1/4] Removed custom document --- pages/_document.tsx | 18 ------------------ yarn.lock | 23 ----------------------- 2 files changed, 41 deletions(-) delete mode 100644 pages/_document.tsx diff --git a/pages/_document.tsx b/pages/_document.tsx deleted file mode 100644 index 215662cd7..000000000 --- a/pages/_document.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import Document_, { Html, Head, Main, NextScript } from 'next/document' - -export default class Document extends Document_ { - render() { - return ( - - - -
- - {/** - * Here add your GA and more scripts. - */} - - - ) - } -} diff --git a/yarn.lock b/yarn.lock index c7588c83f..1040a652f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1153,14 +1153,6 @@ postcss "7.0.32" purgecss "^2.3.0" -"@fullhuman/postcss-purgecss@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.0.0.tgz#e39bf7a7d2a2c664ed151b639785b2efcbca33ff" - integrity sha512-cvuOgMwIVlfgWcUMqg5p33NbGUxLwMrKtDKkm3QRfOo4PRVNR6+y/xd9OyXTVZiB1bIpKNJ0ZObYPWD3DRQDtw== - dependencies: - postcss "7.0.32" - purgecss "^3.0.0" - "@graphql-codegen/cli@^1.17.10": version "1.18.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.18.0.tgz#8bfeba3748bbd314551dae609cc92002985e5385" @@ -3511,11 +3503,6 @@ commander@^5.0.0: resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== -commander@^6.0.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75" - integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q== - common-tags@1.8.0, common-tags@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937" @@ -7095,16 +7082,6 @@ purgecss@^2.3.0: postcss "7.0.32" postcss-selector-parser "^6.0.2" -purgecss@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-3.0.0.tgz#039c191871bb999894222a00c4c8b179fccdb043" - integrity sha512-t3FGCwyX9XWV3ffvnAXTw6Y3Z9kNlcgm14VImNK66xKi5sdqxSA2I0SFYxtmZbAKuIZVckPdazw5iKL/oY/2TA== - dependencies: - commander "^6.0.0" - glob "^7.0.0" - postcss "7.0.32" - postcss-selector-parser "^6.0.2" - qs@6.7.0: version "6.7.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" From ec00e3460d05bdfcd01fc053d1457a85ad9503d6 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 26 Oct 2020 12:24:08 -0300 Subject: [PATCH 2/4] UI Tweaks --- components/core/UserNav/DropdownMenu.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/UserNav/DropdownMenu.module.css b/components/core/UserNav/DropdownMenu.module.css index 429ddebcf..755d34974 100644 --- a/components/core/UserNav/DropdownMenu.module.css +++ b/components/core/UserNav/DropdownMenu.module.css @@ -7,7 +7,7 @@ } .link { - @apply flex cursor-pointer px-6 py-3 block transition ease-in-out duration-150 text-primary leading-6 font-medium text-gray-900 items-center; + @apply text-primary flex cursor-pointer px-6 py-3 flex transition ease-in-out duration-150 leading-6 font-medium items-center; text-transform: capitalize; } From 11c396ef4c21ec495e14741ac61fc67d2e4d0a26 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 26 Oct 2020 12:25:26 -0300 Subject: [PATCH 3/4] UI Tweaks --- components/core/I18nWidget/I18nWidget.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/I18nWidget/I18nWidget.module.css b/components/core/I18nWidget/I18nWidget.module.css index 6c11be041..6e8883521 100644 --- a/components/core/I18nWidget/I18nWidget.module.css +++ b/components/core/I18nWidget/I18nWidget.module.css @@ -19,7 +19,7 @@ } .item { - @apply flex cursor-pointer px-6 py-3 block transition ease-in-out duration-150 text-primary leading-6 font-medium text-gray-900 items-center; + @apply flex cursor-pointer px-6 py-3 flex transition ease-in-out duration-150 text-primary leading-6 font-medium items-center; text-transform: capitalize; } From 52dbbb8ad803f1ef5a045ba140d3ccd236ea969a Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 26 Oct 2020 12:33:56 -0300 Subject: [PATCH 4/4] UI Tweaks --- pages/[...pages].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[...pages].tsx b/pages/[...pages].tsx index be6cbe6f1..283eedd18 100644 --- a/pages/[...pages].tsx +++ b/pages/[...pages].tsx @@ -44,7 +44,7 @@ export default function Pages({ }: InferGetStaticPropsType) { return (
- + {page?.body && }
) }