From 1a9bcb3ff9f4f7822b52487263fe6df664eb67c0 Mon Sep 17 00:00:00 2001 From: Shen Zhang Date: Wed, 5 Nov 2025 12:48:38 -0600 Subject: [PATCH 1/2] Added link to paper in nav bar --- src/components/Header.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index cb3a03d..82e7c41 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Link, useLocation } from 'react-router-dom'; -import { Menu, X, Trophy, Home, Send, Users, Github } from 'lucide-react'; +import { Menu, X, Trophy, Home, Send, Users, Github, FileText} from 'lucide-react'; import './Header.css'; import { contactInfo } from '../data/mockData'; @@ -17,6 +17,8 @@ const Header: React.FC = () => { icon: Github, isExternal: true, }, + // add a paper link + { name: 'Paper', href: contactInfo.paper, icon: FileText, isExternal: true }, { name: 'Contact', href: '#contact', icon: Users, isScroll: true }, ]; From 48992c85b63ed710ee781ceada008ba18712b225 Mon Sep 17 00:00:00 2001 From: Shen Zhang Date: Sun, 9 Nov 2025 19:16:46 -0600 Subject: [PATCH 2/2] updated instructions for submitting to just go to project page and follow readme --- src/pages/HomePage.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 87d4fa7..fb285e7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -64,7 +64,7 @@ const HomePage: React.FC = () => {

Want to see your router on the leaderboard?

-

Email us or open a GitHub issue on RouterArena.

+

Head to our GitHub to submit or evaluate your router on RouterArena.

Get Started → @@ -303,7 +303,8 @@ const HomePage: React.FC = () => {

Research Team

- Contact us or submit a GitHub issue to evaluate your router with RouterArena + To evaluate your router with RouterArena, please visit our GitHub repository and follow the instructions provided in the README.
+ For inquiries or support, contact us at {contactInfo.email} or submit an issue on GitHub.

{/* Action Buttons */} @@ -324,7 +325,7 @@ const HomePage: React.FC = () => { rel="noopener noreferrer" > - View Code + View GitHub