diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js
index b97c3e605..e0291eba8 100644
--- a/src/components/FeatherIcon.js
+++ b/src/components/FeatherIcon.js
@@ -31,6 +31,7 @@ const ICONS = {
>
),
+ 'chevron-right': ,
clock: (
<>
diff --git a/src/components/Sidebar.js b/src/components/Sidebar.js
index 7ff69314d..b579d66a3 100644
--- a/src/components/Sidebar.js
+++ b/src/components/Sidebar.js
@@ -4,6 +4,7 @@ import { Link } from 'gatsby';
import cx from 'classnames';
import { BreadcrumbContext } from './BreadcrumbContext';
+import FeatherIcon from './FeatherIcon';
import Logo from './Logo';
import { link } from '../types';
import styles from './Sidebar.module.scss';
@@ -27,6 +28,12 @@ const renderNav = (pages, depthLevel = 0) => {
{page.url ? (
{page.displayName}
+ {isCurrentPage && (
+
+ )}
) : (