From 3d2967573738154b4dd50bdd4a600aff42f276ae Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 28 Jun 2019 00:59:20 -0400 Subject: fix spinner --- client/common/loader.component.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/common') diff --git a/client/common/loader.component.js b/client/common/loader.component.js index df25dd39..98ba5c1b 100644 --- a/client/common/loader.component.js +++ b/client/common/loader.component.js @@ -7,7 +7,11 @@ export default function Loader() { radius: 20, color: 'white', } - return + return ( +
+ +
+ ) // return ( //
//
-- cgit v1.2.3-70-g09d2 From cd529774334bf719bc9ba086f54b4521d2b03700 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 28 Jun 2019 02:18:54 -0400 Subject: js --- client/common/loader.component.js | 1 + site/content/pages/research/munich_security_conference/index.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'client/common') diff --git a/client/common/loader.component.js b/client/common/loader.component.js index 98ba5c1b..b24b31b1 100644 --- a/client/common/loader.component.js +++ b/client/common/loader.component.js @@ -5,6 +5,7 @@ export default function Loader() { const spinCfg = { width: 5, radius: 20, + speed: 1, color: 'white', } return ( diff --git a/site/content/pages/research/munich_security_conference/index.md b/site/content/pages/research/munich_security_conference/index.md index 3c4d7f08..520ea950 100644 --- a/site/content/pages/research/munich_security_conference/index.md +++ b/site/content/pages/research/munich_security_conference/index.md @@ -132,8 +132,6 @@ Colors: categoryRainbow {% include 'supplementary_header.html' %} -[ add a download button for CSV data ] - ``` load_file /site/research/munich_security_conference/assets/embassy_counts_public.csv Headings: Images, Dataset, Embassy, Flickr ID, URL, Guest, Host -- cgit v1.2.3-70-g09d2