From 83044b4d0311dbee6cfb0cecde27367edea2ea5b Mon Sep 17 00:00:00 2001 From: Xavier FACQ Date: Wed, 13 Sep 2023 14:23:07 +0200 Subject: [PATCH] Use the provided by gatsby-plugin-react-i18next --- src/components/RandomContributor/index.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/RandomContributor/index.tsx b/src/components/RandomContributor/index.tsx index e44ea55c9..c96994bb5 100644 --- a/src/components/RandomContributor/index.tsx +++ b/src/components/RandomContributor/index.tsx @@ -2,8 +2,7 @@ import React, { MutableRefObject, useRef } from 'react'; import { useAdoptiumContributorsApi, useOnScreen } from '../../hooks'; import './RandomContributor.scss'; import AnimatedPlaceholder from '../AnimatedPlaceholder'; -import { Trans } from 'gatsby-plugin-react-i18next'; -import Link from '@mui/material/Link'; +import { Trans, Link } from 'gatsby-plugin-react-i18next'; const RandomContributor = (): JSX.Element => { const ref = useRef(null); @@ -32,9 +31,9 @@ const RandomContributor = (): JSX.Element => { i18nKey="asciidoc.random.contributor.text" defaults='Thank you {{login}} for making {{contributionsCount}} contribution(s) to {{repo}}' components={{ - profileUri: , - commitsListUri: , - repoUri: , + profileUri: , + commitsListUri: , + repoUri: , }} values={{ 'login': contributor.login,