Claude: Prefer robot to brain icon

This commit is contained in:
Alessandro Pignotti 2024-12-20 11:20:47 +01:00
parent d4f632e76c
commit 4e9b0ee9e4
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ export default {
case '.fa-circle:before': case '.fa-circle:before':
case '.fa-trash-can:before': case '.fa-trash-can:before':
case '.fa-book-open:before': case '.fa-book-open:before':
case '.fa-brain:before':
case '.fa-user:before': case '.fa-user:before':
case '.fa-screwdriver-wrench:before': case '.fa-screwdriver-wrench:before':
case '.fa-desktop:before': case '.fa-desktop:before':

View File

@ -15,7 +15,7 @@
{ icon: 'fas fa-wifi', info: 'Networking', activity: null }, { icon: 'fas fa-wifi', info: 'Networking', activity: null },
{ icon: 'fas fa-microchip', info: 'CPU', activity: cpuActivity }, { icon: 'fas fa-microchip', info: 'CPU', activity: cpuActivity },
{ icon: 'fas fa-compact-disc', info: 'Disk', activity: diskActivity }, { icon: 'fas fa-compact-disc', info: 'Disk', activity: diskActivity },
{ icon: 'fas fa-brain', info: 'ClaudeAI', activity: aiActivity }, { icon: 'fas fa-robot', info: 'ClaudeAI', activity: aiActivity },
null, null,
{ icon: 'fas fa-book-open', info: 'Posts', activity: null }, { icon: 'fas fa-book-open', info: 'Posts', activity: null },
{ icon: 'fab fa-discord', info: 'Discord', activity: null }, { icon: 'fab fa-discord', info: 'Discord', activity: null },