Skip to content
Snippets Groups Projects
Verified Commit 459f7167 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: tiny map fix

parent 9721368a
No related branches found
No related tags found
No related merge requests found
Pipeline #2640 passed
...@@ -5,9 +5,9 @@ import { GameboyEmulator, SerialDevice, bufferToDataUrl } from "../../../ts"; ...@@ -5,9 +5,9 @@ import { GameboyEmulator, SerialDevice, bufferToDataUrl } from "../../../ts";
import "./serial-section.css"; import "./serial-section.css";
const DEVICE_ICON: { [key: string]: string } = { const DEVICE_ICON: { [key: string]: string } = {
Null: "🛑", null: "🛑",
Logger: "📜", logger: "📜",
Printer: "🖨️" printer: "🖨️"
}; };
type SerialSectionProps = { type SerialSectionProps = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment