Skip to content

Commit

Permalink
Fix heading consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Castle <[email protected]>
  • Loading branch information
Kas-tle committed Mar 1, 2025
1 parent bd5b3c6 commit 0dd8a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const ProviderGeyserSetup: React.FC<ProviderGeyserSetupProps> = ({ provid

{provider.config && (
<>
<Heading as="h3" id="geyser-config-changes">
<Heading as="h2" id="geyser-config-changes">
<MDXTranslatable.setup.geyser_config_changes />
</Heading>
<MDXTranslatable.setup.open_config configLocation={configLocation} />
Expand Down Expand Up @@ -193,7 +193,7 @@ export const ProviderGeyserSetup: React.FC<ProviderGeyserSetupProps> = ({ provid

{provider.additional_step && (
<>
<Heading as="h3" id="additional-steps">
<Heading as="h2" id="additional-steps">
<MDXTranslatable.setup.additional_steps />
</Heading>
<ReactMarkdown>
Expand All @@ -205,7 +205,7 @@ export const ProviderGeyserSetup: React.FC<ProviderGeyserSetupProps> = ({ provid

{provider.connect_instructions && (
<>
<Heading as="h3" id="connecting-on-bedrock">
<Heading as="h2" id="connecting-on-bedrock">
<MDXTranslatable.setup.connecting_on_bedrock />
</Heading>
<ReactMarkdown>
Expand All @@ -227,7 +227,7 @@ export const ProviderGeyserSetup: React.FC<ProviderGeyserSetupProps> = ({ provid

{(provider.hosting_article || provider.hosting_support) && (
<>
<Heading as="h3" id="more-information">
<Heading as="h2" id="more-information">
<MDXTranslatable.setup.more_information />
</Heading>
<ul>
Expand Down

0 comments on commit 0dd8a1f

Please sign in to comment.