diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 1b1f37fb9..8f3f1b779 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -8,6 +8,7 @@ import { SegmentHeadline } from './Layout'; import extractPathWithoutFragment from '~/lib/extractPathWithoutFragment'; import CarbonAds from './CarbonsAds'; import { useTheme } from 'next-themes'; +import ExternalLinkIcon from '../public/icons/external-link-black.svg'; const DocLink = ({ uri, @@ -64,7 +65,7 @@ const DocLinkBlank = ({ return ( {label} + ); }; - const SegmentSubtitle = ({ label }: { label: string }) => { return (
diff --git a/public/icons/external-link-black.svg b/public/icons/external-link-black.svg new file mode 100644 index 000000000..6ff4724b9 --- /dev/null +++ b/public/icons/external-link-black.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file