Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6c5cfe6

Browse files
authored
fix: security patches (#703)
1 parent 685aa90 commit 6c5cfe6

File tree

3 files changed

+2196
-2113
lines changed

3 files changed

+2196
-2113
lines changed

src/config/index.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@ import {
1212
BeakerIcon,
1313
DocumentDuplicateIcon,
1414
} from '@heroicons/react/24/outline'
15-
import {
16-
SiGooglecloud,
17-
SiMicrosoftazure,
18-
SiPulumi,
19-
SiTerraform,
20-
} from 'react-icons/si'
15+
import { SiPulumi, SiTerraform } from 'react-icons/si'
2116
import { NavEntry } from './types'
2217
import { NodeReference } from './reference/node'
2318
import { PyReference } from './reference/python'
2419
import { DartReference } from './reference/dart'
2520
import { GoReference } from './reference/go'
26-
import { FaAws, FaSitemap } from 'react-icons/fa'
21+
import { FaSitemap } from 'react-icons/fa'
2722

2823
export const navigation: NavEntry[] = [
2924
{
@@ -233,17 +228,14 @@ export const navigation: NavEntry[] = [
233228
},
234229
{
235230
title: 'AWS',
236-
icon: FaAws,
237231
href: '/providers/pulumi/aws',
238232
},
239233
{
240234
title: 'Google Cloud',
241-
icon: SiGooglecloud,
242235
href: '/providers/pulumi/gcp',
243236
},
244237
{
245238
title: 'Azure',
246-
icon: SiMicrosoftazure,
247239
href: '/providers/pulumi/azure',
248240
},
249241
],
@@ -259,12 +251,10 @@ export const navigation: NavEntry[] = [
259251
},
260252
{
261253
title: 'AWS',
262-
icon: FaAws,
263254
href: '/providers/terraform/aws',
264255
},
265256
{
266257
title: 'Google Cloud',
267-
icon: SiGooglecloud,
268258
href: '/providers/terraform/gcp',
269259
},
270260
],

src/styles/docsearch.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
--docsearch-emphasis-color: theme('colors.white');
3232
--docsearch-logo-color: theme('colors.zinc.300');
3333
--docsearch-modal-background: theme('colors.gray.800');
34-
--docsearch-modal-shadow: 0 0 0 1px theme('colors.zinc.700'),
35-
theme('boxShadow.xl');
34+
--docsearch-modal-shadow:
35+
0 0 0 1px theme('colors.zinc.700'), theme('boxShadow.xl');
3636
--docsearch-hit-color: theme('colors.zinc.300');
3737
--docsearch-hit-active-color: theme('colors.primary.300');
3838
--docsearch-hit-active-background: rgb(51 65 85 / 0.3);

0 commit comments

Comments
 (0)