mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
SCSS refactor, theme cleanup
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
|
||||
// Determine button label
|
||||
const isMultiple = name !== thing;
|
||||
const buttonLabel = isMultiple
|
||||
? `Copy ${thing}`
|
||||
: `Copy ${thing} to clipboard`;
|
||||
const buttonLabel = (isMultiple ?
|
||||
`Copy ${thing}` :
|
||||
`Copy ${thing} to clipboard`);
|
||||
const srSuffix = isMultiple ? ` for ${name}` : '';
|
||||
|
||||
// Create simple HTML structure
|
||||
|
||||
Reference in New Issue
Block a user