Skip to content

Commit

Permalink
New mindsdb navbar (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemahmedx0 authored Jul 30, 2024
1 parent 662a3f8 commit 6dc32c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
IntegrationsSVG,
MindsCloudSVG,
MindsdbLogoSVG,
NewsRoomSVG,
NewsroomSVG,
SlackWhiteNavSGV,
SupportSVG,
} from './icons';
Expand Down Expand Up @@ -252,7 +252,7 @@ const resources2 = [
name: 'Newsroom',
description: 'Latest news about MindsDB',
href: 'https://mindsdb.com/newsroom',
Icon: <NewsRoomSVG />,
Icon: <NewsroomSVG />,
},
{
name: 'Contacts',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import CareersSVG from './NavbarIcons/CareersSVG';
import CaseStudiesSVG from './NavbarIcons/CaseStudiesSVG';
import ContactsSVG from './NavbarIcons/ContactSVG';
import EventsSVG from './NavbarIcons/EventsSVG';
import NewsRoomSVG from './NavbarIcons/NewsRoomSVG';

import NewsroomSVG from './NavbarIcons/NewsroomSVG';
import NewsletterPlusSVG from './NewsletterPlusSVG';
import PlusCircleSVG from './PlusCircleSVG';
import RssSVG from './RssSVG';
Expand All @@ -50,7 +49,7 @@ export {
LinkedinSVG,
MindsCloudSVG,
MindsdbLogoSVG,
NewsRoomSVG,
NewsroomSVG,
NewsletterPlusSVG,
PlusCircleSVG,
RssSVG,
Expand Down

0 comments on commit 6dc32c0

Please sign in to comment.