feat: rename plebchan to 5chan

This commit is contained in:
plebeius
2025-10-17 23:30:35 +02:00
parent e1f1f280cc
commit 1360dd8348
71 changed files with 316 additions and 316 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ const Board = () => {
useEffect(() => {
const boardTitle = title ? title : shortAddress || subplebbitAddress;
document.title = boardTitle + ' - plebchan';
document.title = boardTitle + ' - 5chan';
}, [title, shortAddress, subplebbitAddress]);
const shouldShowErrorToUser = error?.message && feed.length === 0;