forked from mirrors/thatmattlove-hyperglass
fix icon name
This commit is contained in:
parent
0cd44e7fdf
commit
15c29a09d7
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ const _RPKIState: React.ForwardRefRenderFunction<HTMLDivElement, TRPKIState> = (
|
||||||
const icon = [
|
const icon = [
|
||||||
{ md: 'MdCancel' },
|
{ md: 'MdCancel' },
|
||||||
{ fa: 'FaCheckCircle' },
|
{ fa: 'FaCheckCircle' },
|
||||||
{ bi: 'BisError' },
|
{ bi: 'BiError' },
|
||||||
{ bs: 'BsQuestionCircleFill' },
|
{ bs: 'BsQuestionCircleFill' },
|
||||||
] as Record<string, string>[];
|
] as Record<string, string>[];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue