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 71b93a4 commit 04c81fcCopy full SHA for 04c81fc
apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx
@@ -205,8 +205,11 @@ export default function Page() {
205
<Header2 spacing>Billing alerts</Header2>
206
<Paragraph variant="small">
207
Receive an email when your compute spend crosses different thresholds. You can also
208
- learn how to reduce your compute spend in the{" "}
209
- <TextLink to={docsPath("how-to-reduce-your-spend")}>docs</TextLink>.
+ learn how to{" "}
+ <TextLink to={docsPath("how-to-reduce-your-spend")}>
210
+ reduce your compute spend
211
+ </TextLink>
212
+ .
213
</Paragraph>
214
</div>
215
<Form method="post" {...form.props}>
0 commit comments