Skip to content

Commit 6dc32c0

Browse files
authored
New mindsdb navbar (#23)
1 parent 662a3f8 commit 6dc32c0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packages/blog-starter-kit/themes/enterprise/components/header.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
IntegrationsSVG,
2222
MindsCloudSVG,
2323
MindsdbLogoSVG,
24-
NewsRoomSVG,
24+
NewsroomSVG,
2525
SlackWhiteNavSGV,
2626
SupportSVG,
2727
} from './icons';
@@ -252,7 +252,7 @@ const resources2 = [
252252
name: 'Newsroom',
253253
description: 'Latest news about MindsDB',
254254
href: 'https://mindsdb.com/newsroom',
255-
Icon: <NewsRoomSVG />,
255+
Icon: <NewsroomSVG />,
256256
},
257257
{
258258
name: 'Contacts',

packages/blog-starter-kit/themes/enterprise/components/icons/svgs/index.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ import CareersSVG from './NavbarIcons/CareersSVG';
2323
import CaseStudiesSVG from './NavbarIcons/CaseStudiesSVG';
2424
import ContactsSVG from './NavbarIcons/ContactSVG';
2525
import EventsSVG from './NavbarIcons/EventsSVG';
26-
import NewsRoomSVG from './NavbarIcons/NewsRoomSVG';
27-
26+
import NewsroomSVG from './NavbarIcons/NewsroomSVG';
2827
import NewsletterPlusSVG from './NewsletterPlusSVG';
2928
import PlusCircleSVG from './PlusCircleSVG';
3029
import RssSVG from './RssSVG';
@@ -50,7 +49,7 @@ export {
5049
LinkedinSVG,
5150
MindsCloudSVG,
5251
MindsdbLogoSVG,
53-
NewsRoomSVG,
52+
NewsroomSVG,
5453
NewsletterPlusSVG,
5554
PlusCircleSVG,
5655
RssSVG,

0 commit comments

Comments
 (0)