From 3d8b5bc7992f054b2eff715a302ce679a610a804 Mon Sep 17 00:00:00 2001 From: Zeb Pykosz Date: Wed, 24 Jun 2020 14:03:04 -0400 Subject: [PATCH] always add anchors to digest content h2s for #293 --- src/js/digest.js | 138 +++++++++++++++++++++++------------------------ 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/src/js/digest.js b/src/js/digest.js index 42f79b3d0..2a71db085 100644 --- a/src/js/digest.js +++ b/src/js/digest.js @@ -5,8 +5,6 @@ import SmoothScroll from './smooth-scroll'; import { $, $$ } from './utils/dom'; import MenuSpy from './menu-spy'; -import { isLargeUp } from './utils/media'; - const DigestNav = ({ items = [] }) => { return (