Skip to content

Commit

Permalink
renamed hindi page to english
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciphrox committed Feb 14, 2025
1 parent 9fef6e8 commit a4acc89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/pages/hindi.astro → src/pages/english.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
import BaseLayout from "@/layouts/Base";
import "@/assets/styles/hindi.css";
import "@/assets/styles/english.css";
import Help from "@/components/Help.astro";
---

<BaseLayout meta={{ title: "Hindi" }}>
<BaseLayout meta={{ title: "English" }}>
<Fragment slot="header-right">
<Help
title="Hindi Varnmala"
Expand Down
8 changes: 5 additions & 3 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export const NavbarLinks: LinkProps[] = [
isActive: true
},
{
name: "Hindi",
title: "Hindi",
path: "/hindi",
name: "English",
title: "English",
path: "/english",
icon: PlaceholderIcon,
isActive: true
},
Expand All @@ -73,12 +73,14 @@ export const NavbarLinks: LinkProps[] = [
name: "Letter",
title: "Letter Pad",
path: "/letter",
icon: PlaceholderIcon,
isActive: true
},
{
name: "Feedback",
title: "Feedback Form",
path: "/feedback",
icon: PlaceholderIcon,
isActive: true
}
];
Expand Down

0 comments on commit a4acc89

Please sign in to comment.