Update update log to include full release description
This commit is contained in:
@@ -90,8 +90,7 @@ export function HomepageUpdateLog({loggedIn}: HomepageUpdateLogProps) {
|
|||||||
return firstLine
|
return firstLine
|
||||||
.replace(/[#*`]/g, '')
|
.replace(/[#*`]/g, '')
|
||||||
.replace(/\s+/g, ' ')
|
.replace(/\s+/g, ' ')
|
||||||
.trim()
|
.trim();
|
||||||
.substring(0, 100) + (firstLine.length > 100 ? '...' : '');
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user