Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asibs committed Mar 24, 2024
1 parent 9d17a6b commit 4ab6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer/FooterLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FooterLink = ({
}: {
blok: FooterInternalLinkStoryblok | FooterExternalLinkStoryblok;
}) => (
// React.Fragment is just the explicit version of "<></>" - so we can add a key attribute to it
// React.Fragment is just the explicit version of "<></>" - so we can add the storyblok attribute to it
<React.Fragment {...storyblokEditable(blok)}>{link(blok)}</React.Fragment>
);

Expand Down

0 comments on commit 4ab6c29

Please sign in to comment.