Skip to content

Commit 48992c8

Browse files
committed
updated instructions for submitting to just go to project page and follow readme
1 parent 1a9bcb3 commit 48992c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/HomePage.tsx

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

0 commit comments

Comments
 (0)