-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[FD-59231] fix: Add missing nucleus-icons + banner changes"
This reverts commit 078bd92.
- Loading branch information
1 parent
fa9c368
commit 36eb522
Showing
6 changed files
with
14 additions
and
10 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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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-info', | ||
'info': 'nucleus-circle-help', | ||
'success': 'nucleus-circle-check', | ||
'warning': 'nucleus-circle-warning', | ||
'danger': 'nucleus-danger' | ||
'warning': 'nucleus-circle-info', | ||
'danger': 'nucleus-circle-cross' | ||
}; | ||
|
||
export { ICON_MAP }; |