diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html
index d9db273d..c75afaeb 100644
--- a/layouts/_partials/footer.html
+++ b/layouts/_partials/footer.html
@@ -5,7 +5,7 @@
class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-10 pb-10 border-b border-b-zinc-200">
-
+
Learn
-
+
Community
@@ -27,7 +27,7 @@
Community
-
+
diff --git a/layouts/_partials/nav.html b/layouts/_partials/nav.html
index 73139090..8fce923e 100644
--- a/layouts/_partials/nav.html
+++ b/layouts/_partials/nav.html
@@ -19,8 +19,8 @@
-
-
+
+
- Blog
- Tutorials
- Releases
@@ -71,4 +71,4 @@
toggleButton.addEventListener('click', () => {
naviList.classList.toggle('hidden');
})
-
+
\ No newline at end of file