From 7811e1f144854e770267fbff059bbeefefbf2265 Mon Sep 17 00:00:00 2001 From: NAME Date: Fri, 15 May 2026 15:27:25 +0000 Subject: [PATCH] Update --- chrom-ext/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrom-ext/content.js b/chrom-ext/content.js index 7838b87..0f32c8b 100644 --- a/chrom-ext/content.js +++ b/chrom-ext/content.js @@ -60,7 +60,7 @@ return [...TONE_BASE]; } function getAngles(tone) { - return tone === 'EMPATHETIC' ? [...ANGLE_EMPATHY] : [...ANGLE_DEFAULT]; + return tone === 'EMPATHETIC' ? [...ANGLE_DEFAULT,...ANGLE_EMPATHY] : [...ANGLE_DEFAULT]; } // ===== A. CAPTURE TWEET =====