Add FAQ link to footer navigation

This commit is contained in:
Justin Hayes
2024-03-17 04:28:26 -04:00
committed by GitHub
parent 9433f62d32
commit 0ffde3a1c4

View File

@@ -103,6 +103,10 @@ const config = {
{
label: "Tutorial",
to: "tutorial",
},
{
label: "FAQ",
to: "faq"
}
],
},