diff --git a/app/src/components/footer/Footer.tsx b/app/src/components/footer/Footer.tsx
index 1e22ccd..8da3ba8 100644
--- a/app/src/components/footer/Footer.tsx
+++ b/app/src/components/footer/Footer.tsx
@@ -1,25 +1,7 @@
import React from "react";
import { HelpIcon } from "../icons/DashboardIcon";
-import {
- LogInfoIcon,
- ErrorIcon,
- WarningIcon,
-} from "../icons/ExportCommonIcons"; // Adjust path as needed
import { useLogger } from "../ui/log/LoggerContext";
-
-const getLogIcon = (type: string) => {
- switch (type) {
- case "info":
- return