mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 09:12:07 +08:00
Add all stories link to story search dropdown
This commit is contained in:
@@ -49,8 +49,9 @@
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.cta {
|
||||
letter-spacing: 1px;
|
||||
.cta a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
margin: 0;
|
||||
|
||||
@@ -38,7 +38,9 @@ const StorySearch = (props) => {
|
||||
</Button>
|
||||
</div>
|
||||
<div className={styles.results}>
|
||||
<p className={styles.cta}>Moderate comments on All Stories</p>
|
||||
<p className={styles.cta}>
|
||||
<a href={'moderate/all'}>Moderate comments on All Stories</a>
|
||||
</p>
|
||||
<div className={styles.storyList}>
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user