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": {
"presets": [
"airbnb",
"@babel/preset-env",
[
"@babel/preset-env",
{
"targets": {
"node": "12"
}
}
],
"@babel/preset-react"
],
"plugins": [

View File

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

File diff suppressed because it is too large Load Diff