mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added pending view
This commit is contained in:
@@ -5,7 +5,6 @@ import { Container, Header, Logo, Page, Boards, BoardsTitle } from '../styled/Ho
|
||||
|
||||
|
||||
const NotFound = ({ setBodyStyle }) => {
|
||||
|
||||
const { setSelectedStyle } = useGeneralStore(state => state);
|
||||
|
||||
useEffect(() => {
|
||||
@@ -31,7 +30,7 @@ const NotFound = ({ setBodyStyle }) => {
|
||||
<BoardsTitle>
|
||||
<h2 style={{textAlign: 'center'}}>404 Not Found</h2>
|
||||
</BoardsTitle>
|
||||
<img src="/assets/plebchan-husbando.jpg" style={{
|
||||
<img src="/assets/plebchan-husbando.jpg" alt="plebchan" style={{
|
||||
display: "block",
|
||||
margin: "auto",
|
||||
padding: "15px",
|
||||
|
||||
Reference in New Issue
Block a user