Skip to content

Commit

Permalink
fix: removed docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclindenman committed Jan 21, 2024
1 parent a90f436 commit 52c4897
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/components/static-site/nav-auction-icons.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Book, Discord, Github, Telephone } from 'react-bootstrap-icons';
import { Discord, Github, Telephone } from 'react-bootstrap-icons';

import { ExternalNavigation } from '@/constants';
import { TrackEvents } from '@/constants/analytics';
Expand All @@ -18,11 +18,11 @@ export const NavAuctionIconsList = [
name: 'github-button',
url: ExternalNavigation.Github,
},
{
icon: <Book />,
name: 'docs-button',
url: ExternalNavigation.Docs,
},
// {
// icon: <Book />,
// name: 'docs-button',
// url: ExternalNavigation.Docs,
// },
{
icon: <Telephone />,
name: 'schedule-meeting-button',
Expand Down

0 comments on commit 52c4897

Please sign in to comment.