File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function Navbar({menu,setMenu}) {
41
41
< div className = 'flex-col py-8' >
42
42
43
43
< a href = "#" > Department of { departments [ dept ] } </ a >
44
- < div className = 'font-normal' > Dr. B R Ambedkar National Institute of Technology Jalandhar</ div >
44
+ < div className = 'font-normal' > Dr B R Ambedkar National Institute of Technology Jalandhar</ div >
45
45
</ div >
46
46
</ div >
47
47
</ div >
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function Profile({ peopleType }) {
135
135
< div className = "flex-none w-auto max-w-full px-3 my-auto" >
136
136
< div className = "h-full" >
137
137
< h5 className = "mb-1 text-gray-700 text-xl font-semibold" > { item ?. name } </ h5 >
138
- < p title = { item ?. position } className = "ml-2 text-zinc-500 mb-0 font-medium leading-normal sm:w-96 whitespace-nowrap overflow-hidden" > { item ?. position } </ p >
138
+ < p title = { item ?. position } className = "text-zinc-500 mb-0 font-medium leading-normal sm:w-96 whitespace-nowrap overflow-hidden" > { item ?. position } </ p >
139
139
</ div >
140
140
</ div >
141
141
</ div >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const Society_Clubs_Tems = () => {
20
20
const Intialize = ( ) => {
21
21
data ?. map ( ( item ) => {
22
22
item . type === "Club" && setClub ( true )
23
- item . type === "Society " && setSoceity ( true )
23
+ item . type === "Societies " && setSoceity ( true )
24
24
item . type === "Team" && setTeam ( true )
25
25
} )
26
26
}
@@ -39,7 +39,7 @@ const Society_Clubs_Tems = () => {
39
39
< div id = 'scrollcontrol' className = 'w-full' >
40
40
< div className = "cards w-full flex snap-x overflow-x-auto scrollhide delay-200 scroll-smooth gap-x-6 px-3 pt-[80px] pb-4" >
41
41
{
42
- data . filter ( ( e ) => e . type === "Coordinator " ) ?. map ( ( item , i ) => {
42
+ data . filter ( ( e ) => e . type === "Societies " ) ?. map ( ( item , i ) => {
43
43
return (
44
44
< div key = { i } className = "mb-0 w-72 h-full" >
45
45
< div className = "w-full rounded-lg shadow shadow-blue-500 h-full bg-white" >
You can’t perform that action at this time.
0 commit comments