Skip to content

Commit

Permalink
Fix #2532 Change death emoji
Browse files Browse the repository at this point in the history
Changed death emoji in timeline on author aspect from skull to "Wilting Flower"
  • Loading branch information
fnielsen committed Sep 9, 2024
1 parent e9f461a commit db81ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scholia/app/templates/author_timeline.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ WHERE {
UNION
{
target: wdt:P570 ?beginning .
BIND(CONCAT("💀 died") AS ?label) .
BIND(CONCAT("🥀 died") AS ?label) .
}

}

0 comments on commit db81ef4

Please sign in to comment.