Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
chore: change doc icon (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jan 20, 2023
1 parent be1e4ef commit 96b3a78
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {
ArrowTopRightOnSquareIcon,
BookOpenIcon,
CodeBracketIcon,
FlagIcon,
QuestionMarkCircleIcon,
UsersIcon
} from '@heroicons/react/24/outline';
import { NavLink } from 'react-router-dom';
Expand Down Expand Up @@ -34,10 +33,6 @@ function NavItem(props: NavItemProps) {
aria-hidden="true"
/>
{name}
<ArrowTopRightOnSquareIcon
className="ml-2 h-4 w-4 text-white hover:bg-gray-50 md:text-gray-400"
aria-hidden="true"
/>
</a>
) : (
<NavLink
Expand Down Expand Up @@ -98,7 +93,7 @@ export default function Nav(props: NavProps) {
{
name: 'Documentation',
to: 'https://flipt.io/docs?utm_source=app',
Icon: QuestionMarkCircleIcon,
Icon: BookOpenIcon,
external: true
}
];
Expand Down

0 comments on commit 96b3a78

Please sign in to comment.