Skip to content

Commit f8e39b6

Browse files
committed
fixed popup
1 parent 0bc85e2 commit f8e39b6

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

src/pages/map.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import BaseLayout from "@/layouts/Base";
33
import Popup from "@/components/Popup.astro";
44
import IndiaMap from "@/components/IndiaMap.astro";
5-
import "@/assets/styles/map_styles/popup.css";
5+
import "@/assets/styles/map/popup.css";
66
---
77

88
<BaseLayout meta={{ title: "Explore Dances of India" }}>

src/pages/mapPages/[...state].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import BaseLayout from "@/layouts/Base"
33
import stateData from "@/assets/map/Data.json";
4-
import "@/assets/styles/map_styles/stateStyles.css";
4+
import "@/assets/styles/map/state.css";
55
66
77

0 commit comments

Comments
 (0)