Brighter BG, removed the error
This commit is contained in:
parent
2839cc08a0
commit
1e47556e62
2 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -45,9 +45,6 @@ function App() {
|
|||
else if (rootDetail.type === "basic") {
|
||||
res = <Button className="roots" variant="primary" href={rootDetail.url}>{rootDetail.text}</Button>
|
||||
}
|
||||
else {
|
||||
// throw "One of your roots has an unrecognized type. Check out the documentation for the supported types.";
|
||||
}
|
||||
return res;
|
||||
})}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue