mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
docs(pass): clarify governance role
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user