diff --git a/src/components/RandomContributor/index.tsx b/src/components/RandomContributor/index.tsx index c96994bb5..f846176e1 100644 --- a/src/components/RandomContributor/index.tsx +++ b/src/components/RandomContributor/index.tsx @@ -2,7 +2,8 @@ import React, { MutableRefObject, useRef } from 'react'; import { useAdoptiumContributorsApi, useOnScreen } from '../../hooks'; import './RandomContributor.scss'; import AnimatedPlaceholder from '../AnimatedPlaceholder'; -import { Trans, Link } from 'gatsby-plugin-react-i18next'; +import { Trans } from 'gatsby-plugin-react-i18next'; +import LinkText from '../LinkText' const RandomContributor = (): JSX.Element => { const ref = useRef(null); @@ -31,9 +32,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, diff --git a/src/components/TemurinDownloadTable/__tests__/__snapshots__/TemurinDownloadTable.test.tsx.snap b/src/components/TemurinDownloadTable/__tests__/__snapshots__/TemurinDownloadTable.test.tsx.snap index 5b586c320..34e99e74c 100644 --- a/src/components/TemurinDownloadTable/__tests__/__snapshots__/TemurinDownloadTable.test.tsx.snap +++ b/src/components/TemurinDownloadTable/__tests__/__snapshots__/TemurinDownloadTable.test.tsx.snap @@ -63,6 +63,8 @@ exports[`TemurinDownloadTable component > renders correctly - with source 1`] = { const { language } = useI18next(); @@ -21,8 +22,8 @@ const TemurinDownloadTable = ({results}) => { {source &&

Release Notes - Installation Guide - Source Code + Installation Guide + Source Code

}