working on slow connections

This commit is contained in:
Sharon Kennedy 2020-04-17 18:04:34 -04:00
parent aade297c1e
commit 68230aa7e4
3 changed files with 280 additions and 187 deletions

View File

@ -16,7 +16,14 @@
"babel": { "babel": {
"presets": [ "presets": [
"airbnb", "airbnb",
"@babel/preset-env", [
"@babel/preset-env",
{
"targets": {
"node": "12"
}
}
],
"@babel/preset-react" "@babel/preset-react"
], ],
"plugins": [ "plugins": [

View File

@ -274,7 +274,6 @@
.buttons { .buttons {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1rem;
button { button {
background-color: transparent; background-color: transparent;

File diff suppressed because it is too large Load Diff