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