@@ -16,13 +16,13 @@ const Footer = () => {
1616 < footer >
1717 < div className = "outlaws" >
1818 < div className = "outlaws-image" >
19- < img src = "./FOOTER /no_outlaw-cropped.svg" alt = "text" />
19+ < img src = "./footer /no_outlaw-cropped.svg" alt = "text" />
2020 < h1 > Code The Journey</ h1 >
2121 </ div >
2222 </ div >
2323 < div className = "everything" >
2424 < div className = "M" >
25- < img src = "./FOOTER /MATURE_17.svg" alt = "MATURE" />
25+ < img src = "./footer /MATURE_17.svg" alt = "MATURE" />
2626 </ div >
2727 < div className = "logo" >
2828 < div className = "save-the-date" > SAVE THE DATE</ div >
@@ -35,28 +35,28 @@ const Footer = () => {
3535 > </ div >
3636 < div className = "social-icons" >
3737 < a href = "https://www.facebook.com/kjscecodecell/" target = "_blank" rel = "noopener noreferrer" >
38- < img src = "./FOOTER /facebook.svg" alt = "Facebook" style = { { width : '30px' , height : '30px' } } />
38+ < img src = "./footer /facebook.svg" alt = "Facebook" style = { { width : '30px' , height : '30px' } } />
3939 </ a >
4040 < a href = "https://x.com/kjsce_codecell" target = "_blank" rel = "noopener noreferrer" >
41- < img src = "./FOOTER /twitter.svg" alt = "Twitter" style = { { width : '30px' , height : '30px' } } />
41+ < img src = "./footer /twitter.svg" alt = "Twitter" style = { { width : '30px' , height : '30px' } } />
4242 </ a >
4343 < a href = "https://www.instagram.com/kjsce_codecell/" target = "_blank" rel = "noopener noreferrer" >
44- < img src = "./FOOTER /instagram.svg" alt = "Instagram" style = { { width : '30px' , height : '30px' } } />
44+ < img src = "./footer /instagram.svg" alt = "Instagram" style = { { width : '30px' , height : '30px' } } />
4545 </ a >
4646 < a href = "https://www.youtube.com/kjscecodecell" target = "_blank" rel = "noopener noreferrer" >
47- < img src = "./FOOTER /youtube.svg" alt = "YouTube" style = { { width : '30px' , height : '30px' } } />
47+ < img src = "./footer /youtube.svg" alt = "YouTube" style = { { width : '30px' , height : '30px' } } />
4848 </ a >
4949 < a href = "https://www.linkedin.com/company/kjscecodecell/" target = "_blank" rel = "noopener noreferrer" >
50- < img src = "./FOOTER /linkedin.svg" alt = "LinkedIn" style = { { width : '30px' , height : '30px' } } />
50+ < img src = "./footer /linkedin.svg" alt = "LinkedIn" style = { { width : '30px' , height : '30px' } } />
5151 </ a >
5252 </ div >
5353 < p > Made with < span > 🤍</ span > by < a href = "https://www.kjssecodecell.com/" target = "_blank" rel = "noopener noreferrer" > KJSSE CodeCell</ a > </ p >
5454 </ div >
5555 < div className = "G" >
56- < img src = "./FOOTER /MATURE_17.svg" alt = "MATURE" />
56+ < img src = "./footer /MATURE_17.svg" alt = "MATURE" />
5757 </ div >
5858 < div className = "cclogo" >
59- < img src = "./FOOTER /Logo.svg" alt = "cclogo" />
59+ < img src = "./footer /Logo.svg" alt = "cclogo" />
6060 </ div >
6161 </ div >
6262 </ footer >
0 commit comments