File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,15 @@ export function Header() {
3030 < img src = "/logo-light.png" alt = "logo" className = "w-[90px] inline-block hidden dark:block" />
3131 </ a >
3232 </ div >
33- < div className = "flex items-center" >
33+ < div className = "flex items-center gap-2" >
34+ < button
35+ onClick = { ( ) => window . open ( 'https://github.com/Gerome-Elassaad/codinit-app/issues/new/choose' , '_blank' ) }
36+ className = "flex items-center justify-center font-medium shrink-0 min-w-0 max-w-full rounded-md focus-visible:outline-2 disabled:op-50 relative disabled:cursor-not-allowed gap-1 h-9 focus-visible:outline-codinit-ds-brandHighlight bg-transparent [&:hover:where(:not(:disabled))]:bg-codinit-ds-inverseSurface/7 text-codinit-ds-textPrimary text-sm px-2"
37+ type = "button"
38+ title = "Report a bug"
39+ >
40+ < div className = "i-lucide:bug text-lg" />
41+ </ button >
3442 < SettingsButton onClick = { handleSettingsClick } />
3543 </ div >
3644 </ header >
You can’t perform that action at this time.
0 commit comments