diff --git a/cspell.json b/cspell.json index 3acb82b..28191e9 100644 --- a/cspell.json +++ b/cspell.json @@ -2,5 +2,5 @@ "ignorePaths": ["node_modules/**", "*.svg"], "version": "0.2", "language": "en", - "words": ["NATSUMATSURI", "yatai", "Dela", "Yuji", "Syuku", "zustand", "wadaiko", "qrcode","nobori","Garally","natsu","matsuri"] + "words": ["NATSUMATSURI", "yatai", "Dela", "Yuji", "Syuku", "zustand", "wadaiko", "qrcode","nobori","Garelly","natsu","matsuri"] } diff --git a/src/components/Garally/index.tsx b/src/components/Garally/index.tsx index 2206e33..abf3623 100644 --- a/src/components/Garally/index.tsx +++ b/src/components/Garally/index.tsx @@ -1,6 +1,6 @@ import styles from "./index.module.css"; -function Garally() { +function Garelly() { return (
{/* biome-ignore lint/a11y/useMediaCaption: */} @@ -24,4 +24,4 @@ function Garally() {
); } -export default Garally; +export default Garelly; diff --git a/src/pages/yatai/index.tsx b/src/pages/yatai/index.tsx index be196fa..78bbb59 100644 --- a/src/pages/yatai/index.tsx +++ b/src/pages/yatai/index.tsx @@ -9,7 +9,7 @@ import type { Object3DEventMap, } from "three"; import { randFloat } from "three/src/math/MathUtils.js"; -import Garally from "../../components/Garally"; +import Garelly from "../../components/Garelly"; import { useSocketRefStore } from "../../store"; import { type ActionSchema, @@ -217,7 +217,7 @@ function Yatai() {
- +
); }