fix: correct spelling of 'Rquest Topic' to 'Request Topic' in footer menu

This commit is contained in:
Ardeman
2025-03-19 17:21:17 +08:00
parent 1585830184
commit 4ca2d8cf84
+1 -1
View File
@@ -39,7 +39,7 @@ export const FOOTER_MENU: TFooterMenu[] = [
url: '/support', url: '/support',
}, },
{ {
title: 'Rquest Topic', title: 'Request Topic',
url: '/request-topic', url: '/request-topic',
}, },
], ],