+ {/* Announces copy button status to AT */}
+
+ {this.state.showCopied && (
+
+ )}
+
From 2e2cb14e40a7666562e50934e3d108c57fc0af66 Mon Sep 17 00:00:00 2001
From: amy-corson-ibigroup
<115499534+amy-corson-ibigroup@users.noreply.github.com>
Date: Fri, 30 Jun 2023 08:30:48 -0500
Subject: [PATCH 11/35] remove unnecessary aria-live
---
lib/components/narrative/trip-tools.js | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/lib/components/narrative/trip-tools.js b/lib/components/narrative/trip-tools.js
index f204e6aee..449e63f3c 100644
--- a/lib/components/narrative/trip-tools.js
+++ b/lib/components/narrative/trip-tools.js
@@ -62,11 +62,7 @@ class CopyUrlButton extends Component {
)}
-