Hide projects feature (#730)

This commit is contained in:
Ethan Roseman
2023-04-08 20:05:29 +09:00
committed by GitHub
parent 21d3949c25
commit 635b77b1f8
3 changed files with 0 additions and 9 deletions

0
backend/compilers/download.py Normal file → Executable file
View File

View File

@@ -50,9 +50,6 @@ export default function WelcomeInfo() {
</Button>
</Link>
<GitHubLoginButton popup />
<GhostButton href="/projects">
Browse projects
</GhostButton>
</div>
<div className="my-6 hidden sm:block">
<SiteStats />

View File

@@ -82,9 +82,6 @@ export default function Nav({ children }: Props) {
<li>
<GhostButton href="/new">New scratch</GhostButton>
</li>
<li>
<GhostButton href="/projects">Projects</GhostButton>
</li>
<div className="h-4 w-px bg-gray-6" />
<li>
<GhostButton href="/settings">Settings</GhostButton>
@@ -109,9 +106,6 @@ export default function Nav({ children }: Props) {
<li>
<Link href="/new">New scratch</Link>
</li>
<li>
<Link href="/projects">Projects</Link>
</li>
<li>
<Link href="/settings">Settings</Link>
</li>