docs(pass): clarify governance role

This commit is contained in:
Tommaso Casaburi
2026-05-09 23:52:58 +07:00
parent 7e46ddda47
commit 1b4f412906
41 changed files with 400 additions and 325 deletions
@@ -1,4 +1,3 @@
import { Link } from 'react-router-dom';
import useCreateBoardModalStore from '../../stores/use-create-board-modal-store';
import styles from './create-board-modal.module.css';
@@ -60,8 +59,8 @@ const CreateBoardModal = () => {
<div className={styles.section}>
<h3>Future: Directory Voting</h3>
<p>
Each directory will have its own voting page listing the boards competing for that slot. Only 5chan users who purchased <Link to='/pass'>5chan Pass</Link>{' '}
will be able to vote.
Each directory will have its own voting page listing the boards competing for that slot. 5chan Pass holders will be able to participate in directory voting,
while final governance mechanics are still being designed to include BSO-holder alignment.
</p>
</div>
@@ -1,4 +1,4 @@
import { Link, useLocation } from 'react-router-dom';
import { useLocation } from 'react-router-dom';
import useDirectoryModalStore from '../../stores/use-directory-modal-store';
import styles from './directory-modal.module.css';
@@ -68,8 +68,8 @@ const DirectoryModal = () => {
<div className={styles.section}>
<h3>Future: Directory Voting</h3>
<p>
Each directory will have its own voting page listing the boards competing for that slot. Only 5chan users who purchased <Link to='/pass'>5chan Pass</Link>{' '}
will be able to vote.
Each directory will have its own voting page listing the boards competing for that slot. 5chan Pass holders will be able to participate in directory voting,
while final governance mechanics are still being designed to include BSO-holder alignment.
</p>
</div>
</div>