Skip to content

Commit 91ea46d

Browse files
authored
Remove unused icon 'faA' from NavBar
1 parent b460860 commit 91ea46d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/assets/NavBar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
22
import {
3-
faA,
43
faAt,
54
faBars,
65
faMagnifyingGlass,
@@ -199,4 +198,4 @@ function scrollToElementWithOffset(elementId: string) {
199198
});
200199
});
201200
}
202-
}
201+
}

0 commit comments

Comments
 (0)