File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11---
22import BaseLayout from " @/layouts/Base" ;
3- import " @/assets/styles/hindi .css" ;
3+ import " @/assets/styles/english .css" ;
44import 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"
Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments