Skip to content

Commit 09c5844

Browse files
committed
feat: add icons for OSS version
1 parent 962045c commit 09c5844

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

site/src/pages/DeploymentSettingsPage/PremiumPage/PremiumPageView.tsx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Button } from "components/ui/button";
2-
import { SquareArrowOutUpRight } from "lucide-react";
2+
import { Activity, Coins, Expand, SquareArrowOutUpRight } from "lucide-react";
33
import type { FC } from "react";
44
import { docs } from "utils/docs";
55

@@ -117,7 +117,10 @@ const OSSVersion: FC = () => {
117117

118118
<section className="pb-10 max-w-xl text-sm text-content-secondary">
119119
<h2 className="text-xl text-content-primary m-0">
120-
Deploy Coder at Scale
120+
<span className="flex flex-row items-center">
121+
<Expand size={18} className="text-content-secondary" />
122+
&nbsp; Deploy Coder at Scale
123+
</span>
121124
</h2>
122125
<p>
123126
Equip your enterprise to deploy and manage thousands of workspaces
@@ -159,7 +162,10 @@ const OSSVersion: FC = () => {
159162

160163
<section className="pb-10 max-w-xl text-sm text-content-secondary">
161164
<h2 className="text-xl text-content-primary m-0">
162-
Control Infrastructure Costs
165+
<span className="flex flex-row items-center">
166+
<Coins size={18} className="text-content-secondary" />
167+
&nbsp; Control Infrastructure Costs
168+
</span>
163169
</h2>
164170
<p>
165171
Optimize cloud usage and maintain cost-effective resource management
@@ -201,7 +207,10 @@ const OSSVersion: FC = () => {
201207

202208
<section className="pb-5 max-w-xl text-sm text-content-secondary">
203209
<h2 className="text-xl text-content-primary m-0">
204-
Govern Workspace Activity
210+
<span className="flex flex-row items-center">
211+
<Activity size={18} className="text-content-secondary" />
212+
&nbsp; Govern Workspace Activity
213+
</span>
205214
</h2>
206215
<p>
207216
Maintain security and compliance across your organization with robust

0 commit comments

Comments
 (0)