Added add ogranization page and project page

This commit is contained in:
Laux Dev
2026-02-25 11:39:22 +08:00
parent 03bb2c22aa
commit 1c0532efa7
10 changed files with 450 additions and 59 deletions

View File

@@ -69,9 +69,9 @@ const OrganizationPage = () => {
<table className={styles.table}>
<thead>
<tr>
<th>Organization Name</th>
<th>Date Created</th>
<th>Actions</th>
<th width="45%">Organization Name</th>
<th width="45%">Date Created</th>
<th width="10%">Actions</th>
</tr>
</thead>