-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -136,6 +135,7 @@ export default function Subscriptions() { | |
<table className="table"> | ||
<thead> | ||
<tr> | ||
<td></td> | ||
<td>Community</td> | ||
<td>Enterprise</td> | ||
</tr> | ||
|