Skip to content

Commit 395a40d

Browse files
committed
use spice cloud logo on header
1 parent 37a0e88 commit 395a40d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spicecloud/pages/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const Header: React.FC<HeaderProps> = ({ dataLength, loading, onRefresh }
1414
<div>
1515
<h1 style={styles.title}>
1616
<img
17-
src="/spicecode-logo.png"
18-
alt="SpiceCode Logo"
17+
src="/spicecloud-logo.png"
18+
alt="SpiceCloud Logo"
1919
style={{ width: '3rem', height: '3rem', verticalAlign: 'middle', marginRight: '0.5rem' }}
2020
/>
2121
SpiceCloud | Powered by SpiceCodeCLI

0 commit comments

Comments
 (0)