This commit is contained in:
Ettore Di Giacinto
2025-04-08 22:18:32 +02:00
parent 894dde9256
commit e7111c6554
97 changed files with 329 additions and 329 deletions

View File

@@ -15,9 +15,9 @@ function ActionsPlayground() {
// Update document title
useEffect(() => {
document.title = 'Actions Playground - LocalAgent';
document.title = 'Actions Playground - LocalAGI';
return () => {
document.title = 'LocalAgent'; // Reset title when component unmounts
document.title = 'LocalAGI'; // Reset title when component unmounts
};
}, []);