mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add offline indicator in subscriptions section
This commit is contained in:
@@ -6,6 +6,7 @@ import { Link, useNavigate } from 'react-router-dom';
|
||||
import { Container, Header, Logo, Page, Search, About, AboutTitle, AboutContent, Boards, BoardsTitle, BoardsContent, Footer } from '../styled/Home.styled';
|
||||
import BoardAvatar from '../BoardAvatar';
|
||||
import packageJson from '../../../package.json'
|
||||
import BoardSubscription from '../BoardSubscription';
|
||||
const {version} = packageJson
|
||||
|
||||
|
||||
@@ -101,7 +102,7 @@ const Home = () => {
|
||||
<>
|
||||
<Link key={`sub-${index}`} className="boardlink" to={`/p/${subscription}`}>
|
||||
<br id="mobile-br" />
|
||||
{subscription}
|
||||
<BoardSubscription address={subscription} />
|
||||
</Link>
|
||||
<br />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user