mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
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 = [
|
||||
{ md: 'MdCancel' },
|
||||
{ fa: 'FaCheckCircle' },
|
||||
{ bi: 'BisError' },
|
||||
{ bi: 'BiError' },
|
||||
{ bs: 'BsQuestionCircleFill' },
|
||||
] as Record<string, string>[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue