File tree Expand file tree Collapse file tree
base/src/main/resources/web/lib/components/header Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 color : #D73F22 ;
5050 }
5151
52+ .icon-text-ibm {
53+ margin-right : 20px ;
54+ display : inline-flex ;
55+ align-items : center ;
56+ justify-content : center ;
57+ width : 1em ;
58+ height : 1em ;
59+ font-size : 1em ;
60+ font-weight : bold ;
61+ vertical-align : middle ;
62+ }
63+
5264 & :hover {
5365 text-decoration : none ;
5466 border-color : var (--headerSupportPanelTextColor );
6173 }
6274
6375 .support-panel {
64- max-height : 100 px ;
76+ max-height : 200 px ;
6577 }
6678 }
6779
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ function SupportButton(prop: {}) {
2323 < Button onClick = { openPanel } aria-label = "enterprise support" > < FaHandsHelping /> Available with Enterprise Support</ Button >
2424 < div className = "support-panel" >
2525 < a href = "https://code.quarkus.redhat.com" onClick = { linkTracker } > < FaRedhat /> Code with the Red Hat Build of Quarkus</ a >
26+ < a href = "https://code.camel.redhat.com/" onClick = { linkTracker } > < FaRedhat /> Code with the Red Hat Build of Apache Camel</ a >
27+ < a href = "https://code.quarkus.ibm.com" onClick = { linkTracker } > < span className = "icon-text-ibm" > IBM</ span > Code with the IBM Enterprise Build of Quarkus</ a >
2628 </ div >
2729 </ div >
2830 ) ;
You can’t perform that action at this time.
0 commit comments