mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 09:04:29 +08:00
change some copy
This commit is contained in:
@@ -19,7 +19,7 @@ const FlagWidget = (props) => {
|
||||
|
||||
return (
|
||||
<div className={styles.widget}>
|
||||
<h2 className={styles.heading}>Top Ten Articles with the most flagged comments</h2>
|
||||
<h2 className={styles.heading}>Articles with the most flags</h2>
|
||||
<table className={styles.widgetTable}>
|
||||
<thead className={styles.widgetHead}>
|
||||
<tr>
|
||||
|
||||
@@ -19,7 +19,7 @@ const LikeWidget = (props) => {
|
||||
|
||||
return (
|
||||
<div className={styles.widget}>
|
||||
<h2 className={styles.heading}>Top Ten Articles with the most likes</h2>
|
||||
<h2 className={styles.heading}>Articles with the most likes</h2>
|
||||
<table className={styles.widgetTable}>
|
||||
<thead className={styles.widgetHead}>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user