[setup][s]: move deploy tutorial under learn section.

This commit is contained in:
Anuar Ustayev
2022-01-16 12:04:17 +06:00
parent c1cc43933f
commit 0fa7612961
3 changed files with 14 additions and 22 deletions

View File

@@ -56,20 +56,6 @@ export default function Home() {
</p>
</a>
<a
href="/publish/"
className="p-6 mt-6 text-left border w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
>
<h3 className="text-2xl font-semibold"> Publish</h3>
<p className="mt-4 text-xl">
Learn how to publish data stored on Github using Portal.js and Github Pages.
</p>
</a>
{/* Use code below to create an invisible dummy box on the right of Publish box for a good UI look. */}
<a
className="p-6 mt-6 text-left w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
>
</a>
</div>
</main>
</Layout>