We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd2622 commit 8e67993Copy full SHA for 8e67993
1 file changed
src/components/Header.tsx
@@ -14,7 +14,6 @@ export default function Header() {
14
const loop = () => {
15
const nextVersion = usbVersion();
16
17
- document.title = nextVersion;
18
setVersion(nextVersion);
19
animationRef.current = requestAnimationFrame(loop);
20
};
0 commit comments