From 90f53be0fed3b572f6217f780c99c4f158de2055 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 27 Jul 2022 21:56:29 +0100 Subject: [PATCH] update utterances pattern --- src/technologies/u.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index 8b0da834a..b77ec05b0 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -814,7 +814,7 @@ 15 ], "description": "Utterances is a lightweight comments widget built on GitHub issues.", - "dom": "iframe[src*='utteranc.es/client.js']", + "dom": "iframe[src*='utteranc.es']", "icon": "utterances.png", "oss": true, "website": "https://github.com/utterance/utterances",