1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

feat: sectioned cards

This commit is contained in:
2022-06-04 18:25:58 +09:00
parent 218ee2889b
commit c05ee42473
15 changed files with 124 additions and 63 deletions

View File

@@ -90,7 +90,7 @@ export default async function handler(
phoneticName: entry.phoneticName,
englishName: entry.englishName,
}))
.slice(0, 10) || [],
.slice(0, 5) || [],
});
} catch (err: any) {
sendError(res, err);