Project
ide
Description
In SystemSpecsDialog (src/components/SystemSpecs.tsx), the Memory block uses . That glyph reads as disk storage, not system RAM. Elsewhere in the app (e.g. debugger MemoryInspector.tsx) the memory icon name is used for memory-related UI, so the About dialog is inconsistent and easy to misread.
Error Message
Debug Logs
System Information
OS: Ubuntu · Bounty Challenge: v1.1.0
Screenshots
Steps to Reproduce
Open Help → About.
Find the Memory row in the specs list.
Note the left icon: it is the hard drive symbol, while the copy describes RAM (total / used memory).
Expected Behavior
The Memory row should use an icon that matches RAM (e.g. the existing memory icon used in other panels), not storage.
Actual Behavior
Line 281 uses name="hard-drive", which suggests disk, not memory.
Additional Context
No response