Skip to content

Commit

Permalink
Fix subscription table
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 3, 2024
1 parent f7255d6 commit 7c5de35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Subscriptions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Subscriptions() {
<div className="row">
<div className={clsx('col col--12')}>
<p>OSISM subscriptions are the extra service you need to keep your private cloud running smoothly.
Open source software with high-quality advanced and enterprise support, so you can keep your private cloud up to date and have access to experts when you need them.
Open source software with high-quality enterprise support, so you can keep your private cloud up to date and have access to experts when you need them.
Send us an email to <a href="mailto:[email protected]">[email protected]</a> for more information.</p>
</div>
</div>
Expand Down Expand Up @@ -68,7 +68,6 @@ export default function Subscriptions() {
<tr>
<td style={{"text-align": "left"}}>Support hours</td>
<td></td>
<td>Business hours</td>
<td>Up to 24x7</td>
</tr>
<tr>
Expand Down Expand Up @@ -136,6 +135,7 @@ export default function Subscriptions() {
<table className="table">
<thead>
<tr>
<td></td>
<td>Community</td>
<td>Enterprise</td>
</tr>
Expand Down

0 comments on commit 7c5de35

Please sign in to comment.