mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
docs: switch notes to use enclosed circle icons
This commit is contained in:
@@ -21,9 +21,9 @@ hexo.extend.tag.register('note', function (args, content) {
|
||||
|
||||
const iconLookup = {
|
||||
info: 'info-circle',
|
||||
warning: 'exclamation',
|
||||
success: 'check',
|
||||
danger: 'times',
|
||||
warning: 'exclamation-circle',
|
||||
success: 'check-circle',
|
||||
danger: 'times-circle',
|
||||
}
|
||||
|
||||
let header = ''
|
||||
|
||||
Reference in New Issue
Block a user