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

@@ -16,9 +16,9 @@ function Home() {
// Update document title
useEffect(() => {
document.title = 'Agent Dashboard - LocalAgent';
document.title = 'Agent Dashboard - LocalAGI';
return () => {
document.title = 'LocalAgent'; // Reset title when component unmounts
document.title = 'LocalAGI'; // Reset title when component unmounts
};
}, []);
@@ -57,10 +57,10 @@ function Home() {
return (
<div>
<div className="image-container">
<img src="/app/logo_1.png" width="250" alt="LocalAgent Logo" />
<img src="/app/logo_1.png" width="250" alt="LocalAGI Logo" />
</div>
{/*<h1 className="dashboard-title">LocalAgent</h1>*/}
{/*<h1 className="dashboard-title">LocalAGI</h1>*/}
{/* Dashboard Stats */}
<div className="dashboard-stats">