File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -250,20 +250,20 @@ function ContactSection() {
250250 issues, or explore the codebase on GitHub.` }
251251 </ p >
252252 < div className = { styles . repoLinks } >
253- < Link to = { GITHUB_FRONTEND_REPO_URL } className = { styles . repoLink } >
254- < span className = { styles . iconContainer } > < img src = "/icons/wallpaper.svg" alt = "Frontend Repository" className = { styles . contactIcon } /> </ span >
255- < div >
256- < strong > Frontend Repository</ strong >
257- < p > { GITHUB_FRONTEND_REPO_URL . split ( "https://" ) . pop ( ) } </ p >
258- </ div >
259- </ Link >
260253 < Link to = { GITHUB_BACKEND_REPO_URL } className = { styles . repoLink } >
261254 < span className = { styles . iconContainer } > < img src = "/icons/box.svg" alt = "Backend Repository" className = { styles . contactIcon } /> </ span >
262255 < div >
263256 < strong > Backend Repository</ strong >
264257 < p > { GITHUB_BACKEND_REPO_URL . split ( "https://" ) . pop ( ) } </ p >
265258 </ div >
266259 </ Link >
260+ < Link to = { GITHUB_FRONTEND_REPO_URL } className = { styles . repoLink } >
261+ < span className = { styles . iconContainer } > < img src = "/icons/wallpaper.svg" alt = "Frontend Repository" className = { styles . contactIcon } /> </ span >
262+ < div >
263+ < strong > Frontend Repository</ strong >
264+ < p > { GITHUB_FRONTEND_REPO_URL . split ( "https://" ) . pop ( ) } </ p >
265+ </ div >
266+ </ Link >
267267 </ div >
268268 </ div >
269269 </ div >
You can’t perform that action at this time.
0 commit comments