Commit 90de222
authored
feat(ui): update logo text from 'Kilo Code' to 'Kilo' (#1427)
## Summary
Updated the logo text in the upper left corner of the application from
"Kilo Code" to "Kilo". This change affects both the desktop sidebar
header and mobile header components to maintain consistency across all
views.
Changes made:
- Updated HeaderLogo component text from "Kilo Code" to "Kilo"
- Updated AnimatedLogo component text from "Kilo Code" to "Kilo"
- Updated accessibility labels to reflect the new branding
## Verification
- [x] Verified changes apply to both desktop sidebar (HeaderLogo) and
mobile header (AnimatedLogo)
- [x] Confirmed accessibility labels were updated accordingly
- [x] Text formatting and styling remain unchanged
## Reviewer Notes
Simple text change affecting two logo components. The change maintains
all existing hover animations, styling, and functionality while updating
the brand text display.2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments