File tree Expand file tree Collapse file tree 5 files changed +34
-3
lines changed
Expand file tree Collapse file tree 5 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1- # React Doctor
1+ # < img src = " https://github.com/millionco/react-doctor/blob/main/.github/public/logo.svg?raw=true " width = " 60 " align = " center " /> React Doctor
22
33[ ![ version] ( https://img.shields.io/npm/v/react-doctor?style=flat&colorA=000000&colorB=000000 )] ( https://npmjs.com/package/react-doctor )
44[ ![ downloads] ( https://img.shields.io/npm/dt/react-doctor.svg?style=flat&colorA=000000&colorB=000000 )] ( https://npmjs.com/package/react-doctor )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const ibmPlexMono = IBM_Plex_Mono({
1111export const metadata : Metadata = {
1212 title : "React Doctor" ,
1313 description : "Let coding agents diagnose and fix your React code." ,
14- icons : { icon : "/favicon.png " } ,
14+ icons : { icon : "/favicon.svg " } ,
1515} ;
1616
1717export default function RootLayout ( {
Original file line number Diff line number Diff line change @@ -371,7 +371,10 @@ const Terminal = () => {
371371 { state . showHeader && (
372372 < FadeIn >
373373 < Spacer />
374- < div > react-doctor</ div >
374+ < div className = "flex items-center gap-2" >
375+ < img src = "/favicon.svg" alt = "React Doctor" width = { 24 } height = { 24 } />
376+ react-doctor
377+ </ div >
375378 < div className = "text-neutral-500" >
376379 Let coding agents diagnose and fix your React code.
377380 </ div >
You can’t perform that action at this time.
0 commit comments