Skip to content

Commit 5c166b7

Browse files
Ciphroxxkeshav
authored andcommitted
removed typing from varnmala and added barahkhadi to it
1 parent 22256a6 commit 5c166b7

File tree

6 files changed

+5
-354
lines changed

6 files changed

+5
-354
lines changed

src/assets/styles/barahkhadi/consonant.css

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/assets/styles/barahkhadi/index.css

Lines changed: 0 additions & 176 deletions
This file was deleted.

src/pages/barahkhadi/[consonant].astro

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/pages/barahkhadi/index.astro

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/pages/varnmala/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ const sections = [
1313
description: "Learn English alphabets",
1414
href: "english"
1515
},
16-
{
17-
title: "Typing",
18-
description: "Practice typing alphabets",
19-
href: "typing"
20-
},
2116
{
2217
title: "Reader",
2318
description: "Practice reading alphabets with audio support",
2419
href: "reader"
20+
},
21+
{
22+
title: "Barahkhadi",
23+
description: "Learn the basic barahkhadi characters",
24+
href: "barahkhadi"
2525
}
2626
];
2727
---

src/utils/constants.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ export const NavbarLinks: LinkProps[] = [
3030
path: "/panel",
3131
isActive: true
3232
},
33-
{
34-
name: "Barahkhadi",
35-
title: "Barahkhadi",
36-
path: "/barahkhadi",
37-
isActive: true
38-
},
3933
{
4034
name: "Record",
4135
title: "Record",

0 commit comments

Comments
 (0)