From 54374c9e08218eb91fe3e6155b2684236530f996 Mon Sep 17 00:00:00 2001 From: kingthorin Date: Sun, 1 Jan 2023 00:53:57 -0500 Subject: [PATCH] Fix: Unbalanced brackets in Tally pattern Signed-off-by: kingthorin --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 86ec464f3..9b9383f0f 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -534,7 +534,7 @@ ], "description": "Tally is the simplest way to create free forms & surveys. Create any type of form in seconds, without knowing how to code, and for free.", "dom": [ - "iframe[data-tally-src^='https://tally.so/embed/'", + "iframe[data-tally-src^='https://tally.so/embed/']", "a[href*='//tally.so/r/']" ], "icon": "Tally.svg",