mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Change ceddit to reveddit
This commit is contained in:
parent
e6d787f132
commit
57d753b42e
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ export default (props) => {
|
|||
<div className='total-comments'>
|
||||
<Link className='grey-link' to={props.permalink}><b>{props.num_comments} comments</b></Link>
|
||||
<a className='grey-link' href={`https://www.reddit.com${props.permalink}`}><b>reddit</b></a>
|
||||
<a className='grey-link' href={`https://snew.notabug.io${props.permalink}`}><b>ceddit</b></a>
|
||||
<a className='grey-link' href={`https://reveddit.com${props.permalink}`}><b>reveddit</b></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class Subreddit extends React.Component {
|
|||
<span className='space' />
|
||||
<a href={`https://www.reddit.com/r/${subreddit}`} className='subreddit-title-link'>reddit</a>
|
||||
<span className='space' />
|
||||
<a href={`https://snew.notabug.io/r/${subreddit}`} className='subreddit-title-link'>ceddit</a>
|
||||
<a href={`https://reveddit.com/r/${subreddit}`} className='subreddit-title-link'>reveddit</a>
|
||||
</div>
|
||||
{
|
||||
noThreadsFound
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ const Comment = (props) => {
|
|||
<div className='comment-links'>
|
||||
<Link to={permalink}>permalink</Link>
|
||||
<a href={`https://www.reddit.com${permalink}`}>reddit</a>
|
||||
<a href={`https://snew.notabug.io${permalink}`}>ceddit</a>
|
||||
<a href={`https://reveddit.com${permalink}`}>reveddit</a>
|
||||
</div>
|
||||
<div>
|
||||
{props.replies.map(comment => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue