diff --git a/frontend/components/HomepageHero.tsx b/frontend/components/HomepageHero.tsx index 0260e818..3746045d 100644 --- a/frontend/components/HomepageHero.tsx +++ b/frontend/components/HomepageHero.tsx @@ -25,7 +25,7 @@ export function HomepageHero( ) { return (
{props.title}
-{props.description}
++ {props.title} +
++ {props.description} +
@@ -182,7 +182,7 @@ export function TableData( ) { return ( |
-
+
+
You are not a member of any scopes. Create a new scope to publish your
package.
@@ -97,7 +97,7 @@ export function ScopeSelect(
)}
- + You can create {scopesLeft === 0 ? "no" : scopesLeft}{" "} more scope{scopesLeft !== 1 && "s"}.{" "} View quotas or{" "} @@ -353,14 +353,14 @@ export function CreatePackage({ scope, name, pkg, fromCli }: { ) return null; return ( -
+
{pkg.value === null
? (
<>
The package{" "}
-
+
Users have certain quotas to help prevent abuse. We are happy
to increase your quotas as needed — just send us an increase
request.
@@ -61,7 +61,7 @@ Reason: `;
+
You may delete your account at any time. If you delete your account,
any scopes that you are the sole owner of will be orphaned. You will
not be able to recover your account after deletion.
diff --git a/frontend/routes/account/tokens/(_islands)/CreateToken.tsx b/frontend/routes/account/tokens/(_islands)/CreateToken.tsx
index 97878db6..324abaae 100644
--- a/frontend/routes/account/tokens/(_islands)/CreateToken.tsx
+++ b/frontend/routes/account/tokens/(_islands)/CreateToken.tsx
@@ -88,12 +88,12 @@ function ChooseUsage({ usage }: { usage: Signal<"publish" | "api" | null> }) {
return (
|
---|