Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Aug 29, 2023
1 parent c2ef3f6 commit a375dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/navigation/MegaMenu/megaMenuLinkItem.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
import React from 'react';
import SbEditable from 'storyblok-react';
import SbLink from '../../../utilities/sbLink';
import * as styles from './megaMenuLink.styles';

const MegaMenuLinkItem = ({ blok: { link, linkText }, blok }) => (
<SbEditable content={blok}>
<li className="su-rs-mb-0">
<SbLink
link={link}
// classes={styles.menuLink}
classes={styles.menuLink}
hasExternalIcon
// externalIconClasses={styles.externalIcon}
externalIconClasses={styles.externalIcon}
>
{linkText}
</SbLink>
Expand Down

0 comments on commit a375dcd

Please sign in to comment.