From 69cbeae1826b1107523903beebe8cbb9335917ad Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 24 Aug 2024 19:22:54 +0800 Subject: [PATCH] docs: update route name --- lib/routes/galxe/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/galxe/index.ts b/lib/routes/galxe/index.ts index 4522945bd9e79..e7edeb6002040 100644 --- a/lib/routes/galxe/index.ts +++ b/lib/routes/galxe/index.ts @@ -4,7 +4,7 @@ import ofetch from '@/utils/ofetch'; export const route: Route = { path: '/quest/:alias', - name: 'Galxe', + name: 'Quest', url: 'app.galxe.com', maintainers: ['cxheng315'], example: '/galxe/quest/MissionWeb3',