diff --git a/site/src/app/AppBlock.tsx b/site/src/app/AppBlock.tsx index 51b0d87..59e9594 100644 --- a/site/src/app/AppBlock.tsx +++ b/site/src/app/AppBlock.tsx @@ -18,6 +18,7 @@ import { TerminalIcon, VerifiedIcon, BookIcon, + LockIcon, } from '@primer/octicons-react'; import { useState } from 'react'; @@ -59,6 +60,11 @@ function AppBlock({ app, setShowingAppDetails }: Props): JSX.Element { + {app.restricted && +
+ +
+ }