Commit 6dc32c0 1 parent 662a3f8 commit 6dc32c0 Copy full SHA for 6dc32c0
File tree 2 files changed +4
-5
lines changed
packages/blog-starter-kit/themes/enterprise/components
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
21
21
IntegrationsSVG ,
22
22
MindsCloudSVG ,
23
23
MindsdbLogoSVG ,
24
- NewsRoomSVG ,
24
+ NewsroomSVG ,
25
25
SlackWhiteNavSGV ,
26
26
SupportSVG ,
27
27
} from './icons' ;
@@ -252,7 +252,7 @@ const resources2 = [
252
252
name : 'Newsroom' ,
253
253
description : 'Latest news about MindsDB' ,
254
254
href : 'https://mindsdb.com/newsroom' ,
255
- Icon : < NewsRoomSVG /> ,
255
+ Icon : < NewsroomSVG /> ,
256
256
} ,
257
257
{
258
258
name : 'Contacts' ,
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ import CareersSVG from './NavbarIcons/CareersSVG';
23
23
import CaseStudiesSVG from './NavbarIcons/CaseStudiesSVG' ;
24
24
import ContactsSVG from './NavbarIcons/ContactSVG' ;
25
25
import EventsSVG from './NavbarIcons/EventsSVG' ;
26
- import NewsRoomSVG from './NavbarIcons/NewsRoomSVG' ;
27
-
26
+ import NewsroomSVG from './NavbarIcons/NewsroomSVG' ;
28
27
import NewsletterPlusSVG from './NewsletterPlusSVG' ;
29
28
import PlusCircleSVG from './PlusCircleSVG' ;
30
29
import RssSVG from './RssSVG' ;
@@ -50,7 +49,7 @@ export {
50
49
LinkedinSVG ,
51
50
MindsCloudSVG ,
52
51
MindsdbLogoSVG ,
53
- NewsRoomSVG ,
52
+ NewsroomSVG ,
54
53
NewsletterPlusSVG ,
55
54
PlusCircleSVG ,
56
55
RssSVG ,
You can’t perform that action at this time.
0 commit comments