-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "[FD-59231] fix: Add missing nucleus-icons + banner ch…
…anges"" This reverts commit 36eb522.
- Loading branch information
1 parent
36eb522
commit d991888
Showing
6 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions
6
packages/inline-banner/addon/constants/nucleus-inline-banner.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
const ICON_MAP = { | ||
'info': 'nucleus-circle-help', | ||
'info': 'nucleus-circle-info', | ||
'success': 'nucleus-circle-check', | ||
'warning': 'nucleus-circle-info', | ||
'danger': 'nucleus-circle-cross' | ||
'warning': 'nucleus-circle-warning', | ||
'danger': 'nucleus-danger' | ||
}; | ||
|
||
export { ICON_MAP }; |