Commit 9f145c0 1 parent 35aec15 commit 9f145c0 Copy full SHA for 9f145c0
File tree 2 files changed +3
-1
lines changed
packages/blog-starter-kit/themes/enterprise/components
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
16
16
CaseStudiesSVG ,
17
17
CommunitySVG ,
18
18
ContactSVG ,
19
+ ContributeSVG ,
19
20
CustomChatbotsSVG ,
20
21
DocsNavSVG ,
21
22
EnterpriseSVG ,
@@ -36,7 +37,6 @@ import {
36
37
UpTimeNavSVG ,
37
38
UseCasesSVG ,
38
39
} from './icons' ;
39
- import ContributeSVG from './icons/svgs/NavbarIcons/ContributeSVG' ;
40
40
function hasUrl (
41
41
navbarItem : PublicationNavbarItem ,
42
42
) : navbarItem is PublicationNavbarItem & { url : string } {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import CaseStudiesSVG from './NavbarIcons/CaseStudiesSVG';
15
15
import CloudNavBarSVG from './NavbarIcons/CloudNavBar' ;
16
16
import CommunitySVG from './NavbarIcons/CommunitySVG' ;
17
17
import ContactSVG from './NavbarIcons/ContactSVG' ;
18
+ import ContributeSVG from './NavbarIcons/ContributeSVG' ;
18
19
import CustomChatbotsSVG from './NavbarIcons/CustomChatbotsSVG' ;
19
20
import DocsNavSVG from './NavbarIcons/DocsNavSVG' ;
20
21
import EnterpriseSVG from './NavbarIcons/EnterpriseSVG' ;
@@ -50,6 +51,7 @@ export {
50
51
CloudNavBarSVG ,
51
52
CommunitySVG ,
52
53
ContactSVG ,
54
+ ContributeSVG ,
53
55
CustomChatbotsSVG ,
54
56
DocsNavSVG ,
55
57
EnterpriseSVG ,
You can’t perform that action at this time.
0 commit comments