chore: remove labels

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 1a2e82f079
commit 3fe63f836f
13 changed files with 231 additions and 89 deletions
-1
View File
@@ -19,7 +19,6 @@ const Details: React.FC = () => {
title: name
}
];
useEffect(() => {
document.title = `${intl.formatMessage({ id: 'benchmark.title' })} - ${name}`;
}, [name, intl]);