diff --git a/cspell.json b/cspell.json index 28191e9..79138ac 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","Garelly","natsu","matsuri"] + "words": ["NATSUMATSURI", "yatai", "Dela", "Yuji", "Syuku", "zustand", "wadaiko", "qrcode","nobori","natsu","matsuri"] } diff --git a/src/components/Garelly/index.module.css b/src/components/Gallery/index.module.css similarity index 100% rename from src/components/Garelly/index.module.css rename to src/components/Gallery/index.module.css diff --git a/src/components/Garelly/index.tsx b/src/components/Gallery/index.tsx similarity index 95% rename from src/components/Garelly/index.tsx rename to src/components/Gallery/index.tsx index bd2871d..af3ee94 100644 --- a/src/components/Garelly/index.tsx +++ b/src/components/Gallery/index.tsx @@ -1,6 +1,6 @@ import styles from "./index.module.css"; -function Garelly() { +function Gallery() { return (