diff --git a/frontends/web/react/components/serial-section/serial-section.tsx b/frontends/web/react/components/serial-section/serial-section.tsx index b96eda79585c446f9cc1fd44a3a6e59d31c33de8..03d2ffb5416b66cd8eb8758666fa5527f3ca704f 100644 --- a/frontends/web/react/components/serial-section/serial-section.tsx +++ b/frontends/web/react/components/serial-section/serial-section.tsx @@ -5,9 +5,9 @@ import { GameboyEmulator, SerialDevice, bufferToDataUrl } from "../../../ts"; import "./serial-section.css"; const DEVICE_ICON: { [key: string]: string } = { - Null: "🛑", - Logger: "📜", - Printer: "🖨ï¸" + null: "🛑", + logger: "📜", + printer: "🖨ï¸" }; type SerialSectionProps = {