Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/pages/ar/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/cs/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/de/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/en/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hayderkg – I hadn't noticed this code before. I think we should replace it with ## Supported Networks which will automatically be translatable and hopefully the right size... if it's too small, then I guess # Supported Networks would be the right size, though I think we have an ESLint rule that disallows H1s in Markdown because it should be set in the frontmatter. Which it is, but we're not showing it because of hideContentHeader: true... actually, maybe we can just remove that, or does that look wrong?

{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/es/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/fr/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/hi/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/it/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ja/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ko/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/mr/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/nl/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/pl/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/pt/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ro/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ru/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/sv/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/tr/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/uk/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ur/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/vi/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/zh/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useI18n } from '@/i18n'

export const getStaticProps = getSupportedNetworksStaticProps

<Heading.H2 id="supported-networks" className="mb-4 text-24 text-white">
<Heading.H2 id="supported-networks" className="mb-4">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down