Skip to content

Commit aabeeb1

Browse files
committed
Adding polish
1 parent 0fbedc5 commit aabeeb1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/console/app/src/routes/enterprise/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
--color-text-weaker: hsl(30, 2%, 81%);
2424
--color-text-strong: hsl(0, 5%, 12%);
2525
--color-text-inverted: hsl(0, 20%, 99%);
26+
--color-text-success: hsl(119, 100%, 35%);
2627

2728
--color-border: hsl(30, 2%, 81%);
2829
--color-border-weak: hsl(0, 1%, 85%);
@@ -49,6 +50,8 @@
4950
--color-text-weaker: hsl(0, 3%, 28%);
5051
--color-text-strong: hsl(0, 15%, 94%);
5152
--color-text-inverted: hsl(0, 9%, 7%);
53+
--color-text-success: hsl(119, 60%, 72%);
54+
5255

5356
--color-border: hsl(0, 3%, 28%);
5457
--color-border-weak: hsl(0, 4%, 23%);
@@ -428,12 +431,9 @@
428431

429432
[data-component="success-message"] {
430433
margin-top: 1rem;
431-
padding: 1rem;
432-
background: var(--color-success);
433-
color: white;
434-
border-radius: 4px;
435-
font-size: 0.875rem;
436-
text-align: center;
434+
padding: 1rem 0;
435+
color: var(--color-text-success);
436+
text-align: left;
437437
}
438438
}
439439
}

packages/console/app/src/routes/enterprise/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function Enterprise() {
5353

5454
return (
5555
<main data-page="enterprise">
56-
<Title>OpenCode Enterprise | How can we help your organisation?</Title>
56+
<Title>OpenCode | Enterprise solutions for your organisation</Title>
5757
<Meta name="description" content="Contact OpenCode for enterprise solutions" />
5858
<div data-component="container">
5959
<Header />
@@ -64,10 +64,10 @@ export default function Enterprise() {
6464
<div data-component="enterprise-column-1">
6565
<h2>Your code is yours</h2>
6666
<p>
67-
Run OpenCode securely inside your organization with no data or context stored, and
68-
no licensing restrictions or ownership claims. Start a trial with your team today,
69-
then scale with enterprise features like SSO, private registries, and
70-
self-hosting.
67+
OpenCode operates securely inside your organization with no data or context stored and no licensing restrictions or ownership claims. Start a trial with your team today, then scale confidently with enterprise-grade features including SSO, private registries, and self-hosting.
68+
</p>
69+
<p>
70+
Let us know and how we can help.
7171
</p>
7272
</div>
7373

@@ -129,7 +129,7 @@ export default function Enterprise() {
129129

130130
{showSuccess() && (
131131
<div data-component="success-message">
132-
Message successfully sent, we'll be in touch soon.
132+
Message sent, we'll be in touch soon.
133133
</div>
134134
)}
135135
</div>

0 commit comments

Comments
 (0)