We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9159e commit 1483c32Copy full SHA for 1483c32
frontend/routes/@[scope]/(_islands)/ScopeMemberLeave.tsx
@@ -38,7 +38,7 @@ export function ScopeMemberLeave({
38
class="max-w-3xl border-t border-jsr-cyan-950/10 pt-8 mt-12"
39
>
40
<h2 class="text-lg font-semibold">Leave scope</h2>
41
- <p class="mt-2 text-jsr-gray-600">
+ <p class="mt-2 text-secondary">
42
Leaving this scope will revoke your access to all packages in this
43
scope. You will no longer be able to publish packages to this
44
scope{isAdmin && " or manage members"}.
0 commit comments