uses json from dev server

instead of locally stored data, now the application can get the
data from json sources over the internet.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-07-05 22:08:10 +05:30
parent 6713303247
commit 16a6f7eb0b
3 changed files with 147 additions and 104 deletions

View file

@ -17,6 +17,12 @@
font-weight: bold;
margin-bottom: 15px;
}
.download-button {
margin-right: 10px;
.download-icon {
margin-right: 10px;
}
}
}
}