Skip to content

Commit 57a6e77

Browse files
authored
Reordered the backend and frontend repo links
1 parent dbea7de commit 57a6e77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)