Skip to content

Commit

Permalink
Feat new nav (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemahmedx0 authored Feb 23, 2024
1 parent 35aec15 commit 9f145c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
CaseStudiesSVG,
CommunitySVG,
ContactSVG,
ContributeSVG,
CustomChatbotsSVG,
DocsNavSVG,
EnterpriseSVG,
Expand All @@ -36,7 +37,6 @@ import {
UpTimeNavSVG,
UseCasesSVG,
} from './icons';
import ContributeSVG from './icons/svgs/NavbarIcons/ContributeSVG';
function hasUrl(
navbarItem: PublicationNavbarItem,
): navbarItem is PublicationNavbarItem & { url: string } {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import CaseStudiesSVG from './NavbarIcons/CaseStudiesSVG';
import CloudNavBarSVG from './NavbarIcons/CloudNavBar';
import CommunitySVG from './NavbarIcons/CommunitySVG';
import ContactSVG from './NavbarIcons/ContactSVG';
import ContributeSVG from './NavbarIcons/ContributeSVG';
import CustomChatbotsSVG from './NavbarIcons/CustomChatbotsSVG';
import DocsNavSVG from './NavbarIcons/DocsNavSVG';
import EnterpriseSVG from './NavbarIcons/EnterpriseSVG';
Expand Down Expand Up @@ -50,6 +51,7 @@ export {
CloudNavBarSVG,
CommunitySVG,
ContactSVG,
ContributeSVG,
CustomChatbotsSVG,
DocsNavSVG,
EnterpriseSVG,
Expand Down

0 comments on commit 9f145c0

Please sign in to comment.