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 1984de9 commit 9bc0eadCopy full SHA for 9bc0ead
frontend/islands/new.tsx
@@ -87,7 +87,7 @@ export function ScopeSelect(
87
locked={locked}
88
/>
89
{!locked && (
90
- <p>
+ <p class="mt-2">
91
or{" "}
92
<button
93
class="inline link"
@@ -103,6 +103,12 @@ export function ScopeSelect(
103
<a href="/account/settings" class="link">View quotas</a> or{" "}
104
<a href="/account" class="link">manage your scopes</a>.
105
</p>
106
+ <p class="text-jsr-gray-700 text-sm">
107
+ Before creating a new scope, please read the{" "}
108
+ <a href="/docs/usage-policy#scope-names" class="link">
109
+ scope naming policy
110
+ </a>.
111
+ </p>
112
</>
113
);
114
}
0 commit comments