Skip to content

Commit 268c296

Browse files
Replace brain emoji with neuron icon in Cell Library header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6f2f18 commit 268c296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/CellLibraryPanel.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ const panelStyle = computed(() => ({
408408
<!-- Top bar -->
409409
<div class="nge-cl-topbar" @mousedown="startDrag" :class="{ 'nge-cl-dragging': isDragging }">
410410
<div class="nge-cl-title">
411-
<span class="nge-cl-icon">🧠</span> Cell Library
411+
<img src="center-art/../neuron-icon-white.png" class="nge-cl-icon" /> Cell Library
412412
</div>
413413
<button class="nge-cl-close" @click="emit('hide')">×</button>
414414
</div>
@@ -631,7 +631,7 @@ const panelStyle = computed(() => ({
631631
letter-spacing: 0.03em;
632632
color: #eef;
633633
}
634-
.nge-cl-icon { font-size: 1.1em; }
634+
.nge-cl-icon { width: 18px; height: 18px; object-fit: contain; vertical-align: middle; }
635635
.nge-cl-close {
636636
background: none;
637637
border: none;
12.7 KB
Loading

0 commit comments

Comments
 (0)