Skip to content

Commit a4acc89

Browse files
committed
renamed hindi page to english
1 parent 9fef6e8 commit a4acc89

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
import BaseLayout from "@/layouts/Base";
3-
import "@/assets/styles/hindi.css";
3+
import "@/assets/styles/english.css";
44
import Help from "@/components/Help.astro";
55
---
66

7-
<BaseLayout meta={{ title: "Hindi" }}>
7+
<BaseLayout meta={{ title: "English" }}>
88
<Fragment slot="header-right">
99
<Help
1010
title="Hindi Varnmala"

src/utils/constants.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export const NavbarLinks: LinkProps[] = [
4949
isActive: true
5050
},
5151
{
52-
name: "Hindi",
53-
title: "Hindi",
54-
path: "/hindi",
52+
name: "English",
53+
title: "English",
54+
path: "/english",
5555
icon: PlaceholderIcon,
5656
isActive: true
5757
},
@@ -73,12 +73,14 @@ export const NavbarLinks: LinkProps[] = [
7373
name: "Letter",
7474
title: "Letter Pad",
7575
path: "/letter",
76+
icon: PlaceholderIcon,
7677
isActive: true
7778
},
7879
{
7980
name: "Feedback",
8081
title: "Feedback Form",
8182
path: "/feedback",
83+
icon: PlaceholderIcon,
8284
isActive: true
8385
}
8486
];

0 commit comments

Comments
 (0)