diff --git a/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx b/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx
index 838dbcb04..e250a13af 100644
--- a/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx
+++ b/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx
@@ -56,7 +56,7 @@ export default EventRow;
function RowInfo({ message} : any) {
return (
-
+
)
}
diff --git a/frontend/app/components/ui/SVG.tsx b/frontend/app/components/ui/SVG.tsx
index 1cec15f80..9aab9f066 100644
--- a/frontend/app/components/ui/SVG.tsx
+++ b/frontend/app/components/ui/SVG.tsx
@@ -239,7 +239,7 @@ const SVG = (props: Props) => {
case 'id-card': return ;
case 'image': return ;
case 'info-circle-fill': return ;
- case 'info-circle': return ;
+ case 'info-circle': return ;
case 'info-square': return ;
case 'info': return ;
case 'inspect': return ;
diff --git a/frontend/app/svg/icons/info-circle.svg b/frontend/app/svg/icons/info-circle.svg
index 1dccdda5d..c5ddfebc6 100644
--- a/frontend/app/svg/icons/info-circle.svg
+++ b/frontend/app/svg/icons/info-circle.svg
@@ -1,7 +1,7 @@