diff --git a/src/App.css b/src/App.css index 424d63e..0c7b6f0 100644 --- a/src/App.css +++ b/src/App.css @@ -1,8 +1,8 @@ .App { background: linear-gradient( - rgba(0, 0, 0, 0.6), - rgba(0, 0, 0, 0.6) + rgba(0, 0, 0, 0.5), + rgba(0, 0, 0, 0.5) ), url('background.png'); position: fixed; diff --git a/src/App.js b/src/App.js index 4601c2b..2d7c280 100644 --- a/src/App.js +++ b/src/App.js @@ -45,9 +45,6 @@ function App() { else if (rootDetail.type === "basic") { res = } - else { - // throw "One of your roots has an unrecognized type. Check out the documentation for the supported types."; - } return res; })}