We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a626b5c commit 8d52c39Copy full SHA for 8d52c39
public/logo.png
-251 KB
src/components/Core/ShellBar.tsx
@@ -44,8 +44,8 @@ export function ShellBarComponent() {
44
startButton={
45
<div className={styles.container}>
46
<div className={styles.logoWrapper}>
47
- <img src="/logo.png" alt="MCP" className={styles.logo} />
48
- <span className={styles.logoText}>MCP</span>
+ <img src="/logo.png" alt="ManagedControlPlane" className={styles.logo} />
+ <span className={styles.logoText}>ManagedControlPlane UI</span>
49
</div>
50
51
}
0 commit comments