File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/blog-starter-kit/themes/enterprise/components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
1616 CaseStudiesSVG ,
1717 CommunitySVG ,
1818 ContactSVG ,
19+ ContributeSVG ,
1920 CustomChatbotsSVG ,
2021 DocsNavSVG ,
2122 EnterpriseSVG ,
@@ -36,7 +37,6 @@ import {
3637 UpTimeNavSVG ,
3738 UseCasesSVG ,
3839} from './icons' ;
39- import ContributeSVG from './icons/svgs/NavbarIcons/ContributeSVG' ;
4040function hasUrl (
4141 navbarItem : PublicationNavbarItem ,
4242) : navbarItem is PublicationNavbarItem & { url : string } {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import CaseStudiesSVG from './NavbarIcons/CaseStudiesSVG';
1515import CloudNavBarSVG from './NavbarIcons/CloudNavBar' ;
1616import CommunitySVG from './NavbarIcons/CommunitySVG' ;
1717import ContactSVG from './NavbarIcons/ContactSVG' ;
18+ import ContributeSVG from './NavbarIcons/ContributeSVG' ;
1819import CustomChatbotsSVG from './NavbarIcons/CustomChatbotsSVG' ;
1920import DocsNavSVG from './NavbarIcons/DocsNavSVG' ;
2021import EnterpriseSVG from './NavbarIcons/EnterpriseSVG' ;
@@ -50,6 +51,7 @@ export {
5051 CloudNavBarSVG ,
5152 CommunitySVG ,
5253 ContactSVG ,
54+ ContributeSVG ,
5355 CustomChatbotsSVG ,
5456 DocsNavSVG ,
5557 EnterpriseSVG ,
You can’t perform that action at this time.
0 commit comments