Skip to content

Commit

Permalink
Updated menu names and page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Nov 13, 2024
1 parent 48cc894 commit df7e3f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function CompareElectionResults(props) {
<div className={styles.content_container} >
<div className={styles.header_box}>
<h1 className={styles.title_text}>
Compare Rules on Different Elections
Comparison of Voting Rules for Single Elections
</h1>
</div>
<div className={styles.elections_box}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/compare_rule_properties/CompareRuleProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function CompareRuleProperties(props) {
<div className={styles.page_container}>
<div className={styles.header_box}>
<h1 className={styles.title_text}>
Compare Rules Across Several Elections
Comparison of Voting Rules at the Aggregate Level
</h1>
<div className={styles.info_text}>
<p>Compare different rule metrics aggregated over all elections in our database. Use the filters on the left to restrict the set of elections and the rule menu at the bottom to choose the rules you want to compare.</p>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/main/SideNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function SideNavigation() {
className={({isActive}) => isActive ? styles.nav_link_active : styles.nav_link}
>
<p className={styles.nav_link_text}>
{"Single Election Comparison"}
{"Election Level"}
</p>
</NavLink>
</li>
Expand All @@ -45,7 +45,7 @@ export default function SideNavigation() {
className={({isActive}) => isActive ? styles.nav_link_active : styles.nav_link}
>
<p className={styles.nav_link_text}>
{"Aggregate Level Comparison"}
{"Aggregate Level"}
</p>
</NavLink>
</li>
Expand Down

0 comments on commit df7e3f7

Please sign in to comment.