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 1f441bc66c
commit 9c1bba343b

View File

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