This commit is contained in:
khj0414 2025-04-01 16:20:17 +09:00
parent b348fb14ae
commit fabda99d78

View File

@ -89,7 +89,7 @@ const getvoteList = () => {
// 14 ...
const truncateTitle = title => {
return title.length > 14 ? title.slice(0, 14) + '...' : title;
return title.length > 10 ? title.slice(0, 10) + '...' : title;
};
//