Skip to content

Commit

Permalink
force svg failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed May 3, 2024
1 parent cd36aae commit 1483e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ourworldindata/grapher/src/core/Grapher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ export class Grapher
}

@computed get currentTitle(): string {
let text = this.displayTitle.trim()
let text = "(updated) " + this.displayTitle.trim()

// helper function to add an annotation fragment to the title
// only adds a comma if the text does not end with a question mark
Expand Down

0 comments on commit 1483e33

Please sign in to comment.