mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix all URLs to be relative, not root
This commit is contained in:
@@ -42,7 +42,7 @@ const Pending = () => {
|
||||
|
||||
const navigate = useNavigate();
|
||||
const [commentMediaInfo, setCommentMediaInfo] = useState(null);
|
||||
const fallbackImgUrl = "/assets/filedeleted-res.gif";
|
||||
const fallbackImgUrl = "assets/filedeleted-res.gif";
|
||||
|
||||
// mobile navbar board select functionality
|
||||
const handleSelectChange = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user