diff --git a/src/components/anchors.js b/src/components/anchors.js index e503101..0ecaf21 100644 --- a/src/components/anchors.js +++ b/src/components/anchors.js @@ -37,6 +37,8 @@ export default class Anchors extends React.PureComponent { return null } + const iconId = id.startsWith('custom-') ? 'custom' : id + return (