From 57c1ed5d6efe05e2f10cf79f1356b7e30b0a9f0a Mon Sep 17 00:00:00 2001 From: Robert Sese <734194+rsese@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:19:53 -0500 Subject: [PATCH] Update permissions statement design (#30703) --- components/article/ArticlePage.tsx | 10 ++++------ data/ui.yml | 1 + stylesheets/extended-markdown.scss | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/components/article/ArticlePage.tsx b/components/article/ArticlePage.tsx index 608f017780..a1228edcc8 100644 --- a/components/article/ArticlePage.tsx +++ b/components/article/ArticlePage.tsx @@ -1,6 +1,6 @@ import { useRouter } from 'next/router' -import { ZapIcon, InfoIcon, ShieldLockIcon } from '@primer/octicons-react' +import { ZapIcon, InfoIcon } from '@primer/octicons-react' import { Callout } from 'components/ui/Callout' import { Link } from 'components/Link' @@ -82,11 +82,9 @@ export const ArticlePage = () => { )} {permissions && ( -