Logo and Favicon

This commit is contained in:
aodulov
2025-10-13 09:08:11 +03:00
parent e752c8d4d3
commit 093ff5b07d
3 changed files with 11 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ function App() {
<AppBar position="static">
<Toolbar>
<Box sx={{ display: 'flex', alignItems: 'center', flexGrow: 1 }}>
<img src="/logo.svg" alt="Unisono Logo" style={{ height: 24, marginRight: 8 }} /> {/* Placeholder for logo */}
<img src="/logo-white.svg" alt="Unisono Logo" style={{ height: 24, marginRight: 8 }} />
<Typography variant="h6" component="div">
Unisono
</Typography>