Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Fix: garellyのタイポ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea10wood committed Aug 15, 2024
1 parent cf2c730 commit 226bb02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
4 changes: 2 additions & 2 deletions src/components/Garally/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from "./index.module.css";

function Garally() {
function Garelly() {
return (
<div>
{/* biome-ignore lint/a11y/useMediaCaption: <explanation> */}
Expand All @@ -24,4 +24,4 @@ function Garally() {
</div>
);
}
export default Garally;
export default Garelly;
4 changes: 2 additions & 2 deletions src/pages/yatai/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -217,7 +217,7 @@ function Yatai() {
<div className={styles.container}>
<YataiStage />
<TargetOverlay />
<Garally />
<Garelly />
</div>
);
}
Expand Down

0 comments on commit 226bb02

Please sign in to comment.