diff --git a/src/components/Medium/ModuleTitle.tsx b/src/components/Medium/ModuleTitle.tsx
index 9a6ccf71..011dd0a6 100644
--- a/src/components/Medium/ModuleTitle.tsx
+++ b/src/components/Medium/ModuleTitle.tsx
@@ -1,6 +1,7 @@
import {Module} from "@/interfaces";
+import {moduleLabels} from "@/utils/moduleUtils";
import {ReactNode, useEffect, useState} from "react";
-import {BsBook, BsHeadphones, BsPen, BsStopwatch} from "react-icons/bs";
+import {BsBook, BsHeadphones, BsMegaphone, BsPen, BsStopwatch} from "react-icons/bs";
import ProgressBar from "../Low/ProgressBar";
interface Props {
@@ -25,7 +26,7 @@ export default function ModuleTitle({minTimer, module, exerciseIndex, totalExerc
reading: