Skip to content

Commit 23cdee4

Browse files
committed
feat: Additional entreprise support links
1 parent 6f6cabb commit 23cdee4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

base/src/main/resources/web/lib/components/header/code-quarkus-io-header.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@
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);
@@ -61,7 +73,7 @@
6173
}
6274

6375
.support-panel {
64-
max-height: 100px;
76+
max-height: 200px;
6577
}
6678
}
6779

base/src/main/resources/web/lib/components/header/code-quarkus-io-header.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)