Skip to content

Commit

Permalink
New translations supported-networks.mdx (French)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Dec 13, 2024
1 parent f7843d0 commit 1bce0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/fr/developing/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Réseaux supportés
import { getStaticPropsForSupportedNetworks } from '@/src/buildGetStaticProps'
import { SupportedNetworksTable } from '@/src/supportedNetworks'

export const getStaticProps = getStaticPropsForSupportedNetworks(__nomDuFichier)
export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)

<SupportedNetworksTable networks={props.networks} />

Expand Down

0 comments on commit 1bce0f1

Please sign in to comment.