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

feat: new icon

parent 3f109ca3
No related branches found
No related tags found
No related merge requests found
Pipeline #1878 passed
frontends/web/res/star.png

3.47 KiB

......@@ -402,6 +402,10 @@ export class GameboyEmulator extends EmulatorBase implements Emulator {
};
}
get icon(): string | undefined {
return require("../res/star.png");
}
get version(): Entry | undefined {
return {
text: info.version,
......
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