diff --git a/package.json b/package.json index 3912929..f7e6b30 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "guerrero", + "name": "timemap", "version": "0.1.0", "description": "", "homepage": ".", diff --git a/public/index.html b/public/index.html index 5261b4f..2c97495 100644 --- a/public/index.html +++ b/public/index.html @@ -2,15 +2,15 @@ - TimeMap - Forensic Architecture + Civilian Harm in Ukraine - + + + + - Forensic Architecture logo + {/* Forensic Architecture logo */} Bellingcat logo diff --git a/src/components/controls/CardStack.js b/src/components/controls/CardStack.js index 7fafa40..3b083bd 100644 --- a/src/components/controls/CardStack.js +++ b/src/components/controls/CardStack.js @@ -145,7 +145,7 @@ class CardStack extends React.Component { } render() { - const { isCardstack, selected, narrative, timelineDims } = this.props; + const { isCardstack, selected, narrative } = this.props; if (selected.length > 0) { if (!narrative) { return ( diff --git a/src/components/controls/atoms/Media.js b/src/components/controls/atoms/Media.js index 4f797a6..55bb2a9 100644 --- a/src/components/controls/atoms/Media.js +++ b/src/components/controls/atoms/Media.js @@ -75,7 +75,19 @@ const Media = ({ src, title }) => { ); default: - return null; + if (src === "HIDDEN") { + return ( +
+

+ Source hidden +
+ Privacy concerns +

+
+ ); + } else { + return null; + } } }; diff --git a/src/components/controls/atoms/TelegramEmbed.js b/src/components/controls/atoms/TelegramEmbed.js index 01d823b..c874741 100644 --- a/src/components/controls/atoms/TelegramEmbed.js +++ b/src/components/controls/atoms/TelegramEmbed.js @@ -87,6 +87,7 @@ class TelegramEmbed extends Component { return (