Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{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 text-32 text-white">
{useI18n().t('index.supportedNetworks.title')}
</Heading.H2>

Expand Down
Loading