Skip to content

Commit 94432d1

Browse files
committed
Remove Font Awesome plugin
We decided not to use Font Awesome icons in this component, so we don't need to refer to this plugin here.
1 parent 84f2b11 commit 94432d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/SupportDropdownMenu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import React, { useState, useEffect, useRef, lazy, Suspense, MouseEvent } from 'react';
2-
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
3-
import { faChevronDown } from '@fortawesome/free-solid-svg-icons';
42
import { useDoc } from '@docusaurus/plugin-content-docs/client';
53
import { useLocation } from "@docusaurus/router";
64

0 commit comments

Comments
 (0)