File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const HomePage: React.FC = () => {
6464
6565 < div className = "cta-card" >
6666 < h3 className = "cta-heading" > Want to see your router on the leaderboard?</ h3 >
67- < p className = "cta-description" > Email us or open a GitHub issue on RouterArena.</ p >
67+ < p className = "cta-description" > Head to our GitHub to submit or evaluate your router on RouterArena.</ p >
6868 < a href = "#contact" className = "btn btn-primary" >
6969 Get Started →
7070 </ a >
@@ -303,7 +303,8 @@ const HomePage: React.FC = () => {
303303 < div className = "container" >
304304 < h2 className = "section-title" > Research Team</ h2 >
305305 < p className = "contact-description" >
306- Contact us or submit a GitHub issue to evaluate your router with RouterArena
306+ To evaluate your router with RouterArena, please visit our GitHub repository and follow the instructions provided in the README.< br />
307+ For inquiries or support, contact us at { contactInfo . email } or submit an issue on GitHub.
307308 </ p >
308309
309310 { /* Action Buttons */ }
@@ -324,7 +325,7 @@ const HomePage: React.FC = () => {
324325 rel = "noopener noreferrer"
325326 >
326327 < Github className = "btn-icon" />
327- View Code
328+ View GitHub
328329 </ a >
329330 </ div >
330331
You can’t perform that action at this time.
0 commit comments