diff --git a/public/koishi.webp b/public/koishi.webp deleted file mode 100644 index 2811f25..0000000 Binary files a/public/koishi.webp and /dev/null differ diff --git a/public/suika.webp b/public/suika.webp new file mode 100644 index 0000000..e8b81d1 Binary files /dev/null and b/public/suika.webp differ diff --git a/src/Editor/index.tsx b/src/Editor/index.tsx index 2a17e88..998c8ca 100644 --- a/src/Editor/index.tsx +++ b/src/Editor/index.tsx @@ -60,7 +60,7 @@ export const Editor: FC = () => {
The PTOOLS v2
Made by Minhyeok Park
- + ) diff --git a/src/Editor/style.module.scss b/src/Editor/style.module.scss index 0226933..53bb992 100644 --- a/src/Editor/style.module.scss +++ b/src/Editor/style.module.scss @@ -13,7 +13,7 @@ text-align: right; opacity: 0.25; - .koishi { + .suika { width: 140px; } }