feat(pass): add pass page and update voting copy

This commit is contained in:
Tommaso Casaburi
2026-04-17 14:21:10 +07:00
parent 4cae9c3caa
commit 1c6cf3fc0f
45 changed files with 501 additions and 97 deletions
+2
View File
@@ -40,6 +40,7 @@ import Archive from './views/archive/archive';
import ModQueueView from './views/mod-queue';
import NotAllowed from './views/not-allowed';
import NotFound from './views/not-found';
import Pass from './views/pass';
import PendingPost from './views/pending-post';
import Post from './views/post';
import Rules from './views/rules';
@@ -285,6 +286,7 @@ const App = () => {
<Route element={<GlobalLayout />}>
<Route path='/' element={<Home />} />
<Route path='/faq' element={<FAQ />} />
<Route path='/pass' element={<Pass />} />
<Route path='/rules/:boardIdentifier?' element={<Rules />} />
<Route path='/blotter' element={<Blotter />} />
<Route