mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-14 01:29:24 -06:00
Hide projects feature (#730)
This commit is contained in:
0
backend/compilers/download.py
Normal file → Executable file
0
backend/compilers/download.py
Normal file → Executable 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 />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user