From fdb1dc07edce20a0b210efd78637416f228029d9 Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Wed, 8 Jan 2025 17:33:44 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9D=20trigger=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5ef29c04c..e148286a6c4 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/) From b63b4523c6a548d6e56cb1ea1f39a6592d5e613f Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Thu, 9 Jan 2025 10:01:14 +0100 Subject: [PATCH 2/2] kuckuck --- packages/@ourworldindata/grapher/src/core/Grapher.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@ourworldindata/grapher/src/core/Grapher.tsx b/packages/@ourworldindata/grapher/src/core/Grapher.tsx index 94407af5a90..450e137828d 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