Change ceddit to reveddit

This commit is contained in:
Christopher Gurnee 2021-10-06 23:51:45 +00:00
parent e6d787f132
commit 57d753b42e
3 changed files with 3 additions and 3 deletions

View file

@ -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>&nbsp;
<a className='grey-link' href={`https://www.reddit.com${props.permalink}`}><b>reddit</b></a>&nbsp;
<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>

View file

@ -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

View file

@ -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 => (