Skip to content

Commit e06d4eb

Browse files
committed
chore: fix build
1 parent d4e3666 commit e06d4eb

File tree

5 files changed

+17
-28
lines changed

5 files changed

+17
-28
lines changed

common/src/components/flanksource/Pricing.jsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
import React, { useState } from 'react';
1+
import { useState } from 'react';
22
import {
33
FaCheck,
44
FaTimes,
5-
FaUsers,
6-
FaCloud,
7-
FaShieldAlt,
8-
FaEnvelope,
9-
FaSlack,
10-
FaPhoneAlt,
115
FaChevronDown,
126
FaChevronUp,
137
FaArrowRight,
@@ -16,13 +10,10 @@ import {
1610
FaBell,
1711
FaServer,
1812
FaLock,
19-
FaLifeRing,
2013
FaRocket,
2114
FaQuestionCircle,
2215
FaInfoCircle
2316
} from 'react-icons/fa';
24-
import { SiKubernetes, SiPrometheus, SiAmazonwebservices, SiGooglecloud } from 'react-icons/si';
25-
import { Azure } from '@flanksource/icons/mi';
2617
import Navigation from './Navigation';
2718
import { Hero } from './Hero';
2819
import CTA from './CTA';

common/src/components/flanksource/Services.jsx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import {
2424
FaClock,
2525
FaHeadset
2626
} from 'react-icons/fa';
27-
import { SiKubernetes, SiPrometheus, SiGrafana, SiTerraform, SiHelm, SiArgo, SiGitlab, SiGithub, SiDocker, SiAmazonaws, SiPostgresql, SiMicrosoftazure, SiGooglecloud } from 'react-icons/si';
27+
import { SiKubernetes, SiPrometheus, SiGrafana, SiTerraform, SiHelm, SiArgo, SiGitlab, SiGithub, SiDocker, x, SiPostgresql, SiMicrosoftazure, SiGooglecloud } from 'react-icons/si';
2828
import { IoIosCheckmarkCircleOutline } from "react-icons/io";
29-
import { Azure } from '@flanksource/icons/mi';
29+
import { Azure, Aws, K8S, Postgres, Prometheus, Grafana, Terraform, Helm, Argo, Gitlab, Github, GoogleCloud } from '@flanksource/icons/mi';
3030
import { Feature } from '../Feature';
3131
import CTA from './CTA';
3232
import Navigation from './Navigation';
@@ -109,19 +109,18 @@ const Services = () => {
109109
];
110110

111111
const technologies = [
112-
{ name: "Kubernetes", icon: <SiKubernetes className="w-8 h-8" /> },
113-
{ name: "PostgreSQL", icon: <SiPostgresql className="w-8 h-8" /> },
114-
{ name: "Prometheus", icon: <SiPrometheus className="w-8 h-8" /> },
115-
{ name: "Grafana", icon: <SiGrafana className="w-8 h-8" /> },
116-
{ name: "Terraform", icon: <SiTerraform className="w-8 h-8" /> },
117-
{ name: "Helm", icon: <SiHelm className="w-8 h-8" /> },
118-
{ name: "ArgoCD", icon: <SiArgo className="w-8 h-8" /> },
119-
{ name: "GitLab", icon: <SiGitlab className="w-8 h-8" /> },
120-
{ name: "GitHub", icon: <SiGithub className="w-8 h-8" /> },
121-
{ name: "Docker", icon: <SiDocker className="w-8 h-8" /> },
122-
{ name: "AWS", icon: <SiAmazonwebservices className="w-8 h-8" /> },
112+
{ name: "Kubernetes", icon: <K8S className="w-8 h-8" /> },
113+
{ name: "PostgreSQL", icon: <Postgres className="w-8 h-8" /> },
114+
{ name: "Prometheus", icon: <Prometheus className="w-8 h-8" /> },
115+
{ name: "Grafana", icon: <Grafana className="w-8 h-8" /> },
116+
{ name: "Terraform", icon: <Terraform className="w-8 h-8" /> },
117+
{ name: "Helm", icon: <Helm className="w-8 h-8" /> },
118+
{ name: "ArgoCD", icon: <Argo className="w-8 h-8" /> },
119+
{ name: "GitLab", icon: <Gitlab className="w-8 h-8" /> },
120+
{ name: "GitHub", icon: <Github className="w-8 h-8" /> },
121+
{ name: "AWS", icon: <Aws className="w-8 h-8" /> },
123122
{ name: "Azure", icon: <Azure className="w-8 h-8" /> },
124-
{ name: "Google Cloud", icon: <SiGooglecloud className="w-8 h-8" /> }
123+
{ name: "Google Cloud", icon: <GoogleCloud className="w-8 h-8" /> }
125124
];
126125

127126
const benefits = [

mission-control/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default async function createConfigAsync() {
146146
configureWebpack(config, isServer, utils) {
147147
return {
148148
resolve: {
149-
symlinks: true
149+
symlinks: false
150150
}
151151
}
152152
}

mission-control/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"file-loader": "6.2.0",
3333
"iconify-icon": "^2.1.0",
3434
"image-webpack-loader": "^8.1.0",
35-
"my-loaders": "file:plugins/my-loaders",
3635
"path-browserify": "^1.0.1",
3736
"postcss": "^8.4.38",
3837
"prism-react-renderer": "^2.3.1",

mission-control/src/pages/careers/kubernetes-site-reliability-engineer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function SREJobPage() {
153153
<h2 className="text-2xl font-bold mb-6">Our Tech Stack</h2>
154154
<div className="grid grid-cols-[repeat(auto-fit,minmax(100px,1fr))] gap-4 mb-4">
155155
{[
156-
{ Icon: K8S, name: 'Kubernetes' },
156+
{ Icon: K8S, name: 'Kubernetes', favorite: true },
157157
{ Icon: Argo, name: 'ArgoCD' },
158158
{ Icon: Flux, name: 'Flux', favorite: true },
159159
{ Icon: Helm, name: 'Helm' },
@@ -166,7 +166,7 @@ export default function SREJobPage() {
166166
{ Icon: Grafana, name: 'Grafana' },
167167
{ Icon: Jaeger, name: 'Jaeger' },
168168
{ Icon: Terraform, name: 'Terraform' },
169-
{ Icon: Postgres, name: 'PostgreSQL' },
169+
{ Icon: Postgres, name: 'PostgreSQL', favorite: true },
170170
{ Icon: Clickhouse, name: 'ClickHouse' },
171171
{ Icon: Aws, name: 'AWS' },
172172
{ Icon: Azure, name: 'Azure' },

0 commit comments

Comments
 (0)