From 15c29a09d71c4a3a51e46ebbc5c8d6bf03a984c0 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Fri, 17 Dec 2021 20:38:39 -0700 Subject: [PATCH] fix icon name --- hyperglass/ui/components/output/fields.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/ui/components/output/fields.tsx b/hyperglass/ui/components/output/fields.tsx index eff8061..854295e 100644 --- a/hyperglass/ui/components/output/fields.tsx +++ b/hyperglass/ui/components/output/fields.tsx @@ -167,7 +167,7 @@ const _RPKIState: React.ForwardRefRenderFunction = ( const icon = [ { md: 'MdCancel' }, { fa: 'FaCheckCircle' }, - { bi: 'BisError' }, + { bi: 'BiError' }, { bs: 'BsQuestionCircleFill' }, ] as Record[];