We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e12cc3 commit 8bbf048Copy full SHA for 8bbf048
src/components/header.astro
@@ -44,14 +44,6 @@ const headerClass = sticky
44
Register
45
</a>
46
</li>
47
- <li>
48
- <a
49
- href="/projects"
50
- class="rounded-full px-2.5 py-1 text-xs font-semibold text-white shadow-sm ring-1 ring-inset ring-white hover:ring-secondary"
51
- >
52
- Upload Project
53
- </a>
54
- </li>
55
</ul>
56
</nav>
57
<button
src/pages/api/projects/create.ts renamed to src/hiddenpages/api/projects/create.ts
src/pages/projects.astro renamed to src/hiddenpages/projects.astro
0 commit comments