mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 06:27:16 +08:00
fix(Docs): Fix oddly sized images (#44630)
This commit is contained in:
committed by
GitHub
parent
6196e51650
commit
ac439d2366
@@ -14,8 +14,7 @@ Your billing cycle runs from January 1 to January 31. Although User-1 was signed
|
||||
<StepHikeCompact>
|
||||
<StepHikeCompact.Step step={1}>
|
||||
<StepHikeCompact.Details title="User-1 signs in via Auth0 on January 3">
|
||||
The Third-Party MAU count increases
|
||||
from 0 to 1.
|
||||
The Third-Party MAU count increases from 0 to 1.
|
||||
</StepHikeCompact.Details>
|
||||
<StepHikeCompact.Code>
|
||||
<Image
|
||||
@@ -24,21 +23,14 @@ Your billing cycle runs from January 1 to January 31. Although User-1 was signed
|
||||
light: '/docs/img/guides/platform/third-party-mau-auth0-login-screen.png',
|
||||
dark: '/docs/img/guides/platform/third-party-mau-auth0-login-screen.png',
|
||||
}}
|
||||
className="max-h-[190px]"
|
||||
|
||||
|
||||
width={1098}
|
||||
height={1970}
|
||||
/>
|
||||
width={1098}
|
||||
height={1970}
|
||||
/>
|
||||
</StepHikeCompact.Code>
|
||||
</StepHikeCompact.Step>
|
||||
|
||||
{' '}
|
||||
|
||||
<StepHikeCompact.Step step={2}>
|
||||
<StepHikeCompact.Details title="User-1 signs out on January 4." />
|
||||
</StepHikeCompact.Step>
|
||||
|
||||
<StepHikeCompact.Step step={2}>
|
||||
<StepHikeCompact.Details title="User-1 signs out on January 4." />
|
||||
</StepHikeCompact.Step>
|
||||
<StepHikeCompact.Step step={3}>
|
||||
<StepHikeCompact.Details title="User-1 signs in via Auth0 again on January 17">
|
||||
The Third-Party MAU count remains 1.
|
||||
@@ -50,12 +42,9 @@ Your billing cycle runs from January 1 to January 31. Although User-1 was signed
|
||||
light: '/docs/img/guides/platform/third-party-mau-auth0-login-screen.png',
|
||||
dark: '/docs/img/guides/platform/third-party-mau-auth0-login-screen.png',
|
||||
}}
|
||||
className="max-h-[190px]"
|
||||
|
||||
|
||||
width={1098}
|
||||
height={1970}
|
||||
/>
|
||||
width={1098}
|
||||
height={1970}
|
||||
/>
|
||||
</StepHikeCompact.Code>
|
||||
</StepHikeCompact.Step>
|
||||
</StepHikeCompact>
|
||||
@@ -123,9 +112,8 @@ You can view Monthly Active Third-Party Users usage on the [organization's usage
|
||||
light: '/docs/img/guides/platform/usage-mau-third-party--light.png',
|
||||
dark: '/docs/img/guides/platform/usage-mau-third-party--dark.png',
|
||||
}}
|
||||
|
||||
width={2040}
|
||||
height={1040}
|
||||
width={2040}
|
||||
height={1040}
|
||||
/>
|
||||
|
||||
## Exceeding Quotas
|
||||
|
||||
Reference in New Issue
Block a user