From 9ddb9b474ebd7f358e00e1554fb141c602a326fc Mon Sep 17 00:00:00 2001 From: Punit Sharma <50194646+supersharmapunit@users.noreply.github.com> Date: Sun, 25 Apr 2021 23:23:25 +0530 Subject: [PATCH] initial commit --- .codesandbox/workspace.json | 20 +++++++ package.json | 6 +-- public/index.html | 9 ++-- src/components/Copyright/index.jsx | 20 +++---- src/components/Firebase/firebase.js | 84 ++++++++++++++--------------- src/config/theme.config.jsx | 20 +++---- 6 files changed, 88 insertions(+), 71 deletions(-) create mode 100644 .codesandbox/workspace.json diff --git a/.codesandbox/workspace.json b/.codesandbox/workspace.json new file mode 100644 index 0000000..7b46a7e --- /dev/null +++ b/.codesandbox/workspace.json @@ -0,0 +1,20 @@ +{ + "responsive-preview": { + "Mobile": [ + 320, + 675 + ], + "Tablet": [ + 1024, + 765 + ], + "Desktop": [ + 1400, + 800 + ], + "Desktop HD": [ + 1920, + 1080 + ] + } +} \ No newline at end of file diff --git a/package.json b/package.json index 429f824..81e0b1d 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,7 @@ "extends": "react-app" }, "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], + "production": [">0.2%", "not dead", "not op_mini all"], "development": [ "last 1 chrome version", "last 1 firefox version", diff --git a/public/index.html b/public/index.html index b737a81..6ce5a08 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,10 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - + - React App + GYMium - +