Update update log to include full release description

This commit is contained in:
LukeGus
2025-08-28 01:25:23 -05:00
parent b0880129ad
commit dc43bf1329

View File

@@ -90,8 +90,7 @@ export function HomepageUpdateLog({loggedIn}: HomepageUpdateLogProps) {
return firstLine
.replace(/[#*`]/g, '')
.replace(/\s+/g, ' ')
.trim()
.substring(0, 100) + (firstLine.length > 100 ? '...' : '');
.trim();
};
return (