Files
standardnotes-app-web/packages/web/src/javascripts/Components/ProtectedItemOverlay/ProtectedUnauthorizedLabel.tsx

6 lines
180 B
TypeScript

const ProtectedUnauthorizedLabel = () => {
return <div className="text-center">This item is protected. Please authorize first.</div>
}
export default ProtectedUnauthorizedLabel