Skip to content

Commit 8d52c39

Browse files
committed
cleanup icon
1 parent a626b5c commit 8d52c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/logo.png

-251 KB
Loading

src/components/Core/ShellBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export function ShellBarComponent() {
4444
startButton={
4545
<div className={styles.container}>
4646
<div className={styles.logoWrapper}>
47-
<img src="/logo.png" alt="MCP" className={styles.logo} />
48-
<span className={styles.logoText}>MCP</span>
47+
<img src="/logo.png" alt="ManagedControlPlane" className={styles.logo} />
48+
<span className={styles.logoText}>ManagedControlPlane UI</span>
4949
</div>
5050
</div>
5151
}

0 commit comments

Comments
 (0)