mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-27 15:31:40 -07:00
Update Download sidebar, add new alert (#1587)
* Update Download sidebar, add new alert - Fixes #1567 - Cleaned up styles related to buttons. - Refactored buttons a little to make easier to maintain. - Updated test snapshots/translation files * Fixes * More text fixes
This commit is contained in:
parent
5b5d6051a8
commit
6ab7d76fdb
17 changed files with 525 additions and 124 deletions
|
@ -61,6 +61,22 @@ export const ALERTS = {
|
|||
/>,
|
||||
}}
|
||||
/>,
|
||||
|
||||
ALERT_2_TITLE: defineMessages({
|
||||
TITLE: {
|
||||
id: 'common.pages.alerts.additional_docs_available.title',
|
||||
defaultMessage: 'Additional documentation now available',
|
||||
description: 'Alert title that appears at the top of pages.',
|
||||
},
|
||||
}),
|
||||
ALERT_2_DESCRIPTION: <FormattedMessage
|
||||
id={'common.pages.alerts.additional_docs_available.description'}
|
||||
defaultMessage={`Download new technical support and other documentation and <link2>send feedback</link2>.`}
|
||||
description={`Alert title that appears at the top of pages.`}
|
||||
values={{
|
||||
link2: linkFn(`mailto:${FEEDBACK_EMAIL}`, false, true),
|
||||
}}
|
||||
/>,
|
||||
};
|
||||
|
||||
// Header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue