fix: standardize icons on phosphor

This commit is contained in:
lucaronin
2026-05-14 12:00:48 +02:00
parent 7cd346bde0
commit 832feb7df1
58 changed files with 147 additions and 129 deletions

View File

@@ -1,4 +1,4 @@
import { ArrowUpRight, Bot, CheckCircle2, Loader2 } from 'lucide-react'
import { ArrowUpRight, CheckCircle as CheckCircle2, CircleNotch as Loader2, Robot as Bot } from '@phosphor-icons/react'
import type { ClaudeCodeStatus } from '../hooks/useClaudeCodeStatus'
import { openExternalUrl } from '../utils/url'
import { Button } from './ui/button'