1
0
Fork 1
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:
thatmattlove 2021-12-17 20:38:39 -07:00
parent 0cd44e7fdf
commit 15c29a09d7

View file

@ -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>[];