File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
questionnaire-list/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function Header() {
1313 < div id = "header-wrapper" >
1414 < div className = "header-brand" >
1515 < div className = "header-logo" >
16- < img alt = { Dictionary . homepage } src = { logo } />
16+ < img alt = { Dictionary . homepage } src = { logo } className = "inline" />
1717 </ div >
1818 < h2 >
1919 < Link className = "header-homepage" to = "/" >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function QuestionnaireListItem({
6767 ) ? (
6868 < button
6969 type = "button"
70- className = { BUTTON_DUPLICATE_CLASS }
70+ className = { ` ${ BUTTON_DUPLICATE_CLASS } px-2 py-1 bg-[#E9E9ED] hover:bg-[#D0D0D7] hover:active:bg-[#B1B1B9] border rounded-lg border-[#a3a3a5] hover:border-[#727273] hover:active:border-[#414142]` }
7171 aria-label = { actionLabel }
7272 onClick = { ( event ) => {
7373 if ( isHome ) event . preventDefault ( ) ;
You can’t perform that action at this time.
0 commit comments