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

Commit 4e35768

Browse files
committed
remove unused icons
1 parent 106205b commit 4e35768

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
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
],

0 commit comments

Comments
 (0)