diff --git a/README.md b/README.md index 0c5ef29c04..e148286a6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# owid-grapher +# owid-grapher (staging) [![Actions Status](https://github.com/owid/owid-grapher/workflows/Continuous%20Integration/badge.svg)](https://github.com/owid/owid-grapher/actions) [![Test coverage](https://owid.github.io/badges/coverage.svg)](https://owid.github.io/coverage/) diff --git a/packages/@ourworldindata/grapher/src/core/Grapher.tsx b/packages/@ourworldindata/grapher/src/core/Grapher.tsx index 94407af5a9..450e137828 100644 --- a/packages/@ourworldindata/grapher/src/core/Grapher.tsx +++ b/packages/@ourworldindata/grapher/src/core/Grapher.tsx @@ -1733,6 +1733,8 @@ export class Grapher } @computed get currentTitle(): string { + if (this.id === 64) return this.displayTitle + " (kuckuck)" + let text = this.displayTitle.trim() if (text.length === 0) return text