diff options
| -rw-r--r-- | client/common/loader.component.js | 1 | ||||
| -rw-r--r-- | site/content/pages/research/munich_security_conference/index.md | 2 |
2 files changed, 1 insertions, 2 deletions
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 |
