From 10d50c9e28185eccc4de7c20d77c81288f8100d9 Mon Sep 17 00:00:00 2001 From: Priyatham-sai-chand Date: Mon, 25 Jan 2021 23:27:28 +0530 Subject: [PATCH] error changes --- .gitpod.Dockerfile | 14 +++++++------- .gitpod.yml | 12 ++++++------ src/components/Error404.js | 1 + 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index f0decb6..b70eb4b 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,7 +1,7 @@ -FROM gitpod/workspace-mongodb - -# Install custom tools, runtimes, etc. -# For example "bastet", a command-line tetris clone: -# RUN brew install bastet -# -# More information: https://www.gitpod.io/docs/config-docker/ +FROM gitpod/workspace-mongodb + +# Install custom tools, runtimes, etc. +# For example "bastet", a command-line tetris clone: +# RUN brew install bastet +# +# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml index d35c443..9e2d486 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ -image: - file: .gitpod.Dockerfile - -tasks: - - init: npm install && npm run build - command: npm run start +image: + file: .gitpod.Dockerfile + +tasks: + - init: npm install && npm run build + command: npm run start diff --git a/src/components/Error404.js b/src/components/Error404.js index d1c8135..59bc229 100644 --- a/src/components/Error404.js +++ b/src/components/Error404.js @@ -25,6 +25,7 @@ const Heading = styled.h1` padding-top: 15%; color: white; font-size: 4rem; + margin: 0px; `;