|
1 | 1 | import { Button } from "components/ui/button";
|
2 |
| -import { SquareArrowOutUpRight } from "lucide-react"; |
| 2 | +import { Activity, Coins, Expand, SquareArrowOutUpRight } from "lucide-react"; |
3 | 3 | import type { FC } from "react";
|
4 | 4 | import { docs } from "utils/docs";
|
5 | 5 |
|
@@ -117,7 +117,10 @@ const OSSVersion: FC = () => {
|
117 | 117 |
|
118 | 118 | <section className="pb-10 max-w-xl text-sm text-content-secondary">
|
119 | 119 | <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 | + Deploy Coder at Scale |
| 123 | + </span> |
121 | 124 | </h2>
|
122 | 125 | <p>
|
123 | 126 | Equip your enterprise to deploy and manage thousands of workspaces
|
@@ -159,7 +162,10 @@ const OSSVersion: FC = () => {
|
159 | 162 |
|
160 | 163 | <section className="pb-10 max-w-xl text-sm text-content-secondary">
|
161 | 164 | <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 | + Control Infrastructure Costs |
| 168 | + </span> |
163 | 169 | </h2>
|
164 | 170 | <p>
|
165 | 171 | Optimize cloud usage and maintain cost-effective resource management
|
@@ -201,7 +207,10 @@ const OSSVersion: FC = () => {
|
201 | 207 |
|
202 | 208 | <section className="pb-5 max-w-xl text-sm text-content-secondary">
|
203 | 209 | <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 | + Govern Workspace Activity |
| 213 | + </span> |
205 | 214 | </h2>
|
206 | 215 | <p>
|
207 | 216 | Maintain security and compliance across your organization with robust
|
|
0 commit comments