Skip to content

Commit 1f9f4fc

Browse files
AdityaSingh-7xkeshav
authored andcommitted
updated images and added links of government websites
1 parent dfa377d commit 1f9f4fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/assets/json/state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,4 +477,4 @@
477477
"official_website": "https://www.py.gov.in",
478478
"isActive": true
479479
}
480-
]
480+
]

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ const { name, dance, festival, image, svg, wikiLink, description } = stateInfo;
5353
></tr
5454
>
5555
</table>
56-
<!--
5756
{stateInfo.official_website && (
5857
<a href={stateInfo.official_website} target="_blank" rel="noopener noreferrer">
5958
Visit the official website of {name}
6059
</a>
61-
)}-->
60+
)}
6261
</div>
6362
</div>
6463
</div>

0 commit comments

Comments
 (0)