Spaces:
Sleeping
Sleeping
Julian Bilcke commited on
Commit ·
8993f70
1
Parent(s): bdf4bcf
let's disable account login for now
Browse files
src/components/interface/left-menu/index.tsx
CHANGED
|
@@ -103,6 +103,9 @@ export function LeftMenu() {
|
|
| 103 |
Community
|
| 104 |
</MenuItem>
|
| 105 |
</a>
|
|
|
|
|
|
|
|
|
|
| 106 |
<Link href="/account">
|
| 107 |
<MenuItem
|
| 108 |
icon={<CgProfile className="h-6 w-6" />}
|
|
@@ -111,6 +114,7 @@ export function LeftMenu() {
|
|
| 111 |
Account
|
| 112 |
</MenuItem>
|
| 113 |
</Link>
|
|
|
|
| 114 |
</div>
|
| 115 |
</div>
|
| 116 |
)
|
|
|
|
| 103 |
Community
|
| 104 |
</MenuItem>
|
| 105 |
</a>
|
| 106 |
+
{/*
|
| 107 |
+
currently disabled using AiTube 2 gets out
|
| 108 |
+
|
| 109 |
<Link href="/account">
|
| 110 |
<MenuItem
|
| 111 |
icon={<CgProfile className="h-6 w-6" />}
|
|
|
|
| 114 |
Account
|
| 115 |
</MenuItem>
|
| 116 |
</Link>
|
| 117 |
+
*/}
|
| 118 |
</div>
|
| 119 |
</div>
|
| 120 |
)
|