diff --git a/website/src/components/TeamProfileCards/index.tsx b/website/src/components/TeamProfileCards/index.tsx index f023eac963..7c212fe38b 100644 --- a/website/src/components/TeamProfileCards/index.tsx +++ b/website/src/components/TeamProfileCards/index.tsx @@ -224,7 +224,9 @@ export function StudentFellowsTeamRow(): JSX.Element { values={{ websiteLink: ( - + + website + ), samLangLink: ( diff --git a/website/src/pages/versions.tsx b/website/src/pages/versions.tsx index f7f4036245..aa4bbd4f71 100644 --- a/website/src/pages/versions.tsx +++ b/website/src/pages/versions.tsx @@ -20,6 +20,20 @@ import VersionsArchived from '@site/versionsArchived.json'; const VersionsArchivedList = Object.entries(VersionsArchived); +function DocumentationLabel() { + return ( + Documentation + ); +} + +function ReleaseNotesLabel() { + return ( + + Release Notes + + ); +} + function Version(): JSX.Element { const { siteConfig: {organizationName, projectName}, @@ -64,16 +78,12 @@ function Version(): JSX.Element { {latestVersion.label} - - Documentation - + - - Release Notes - + @@ -101,7 +111,7 @@ function Version(): JSX.Element { {currentVersion.label} - + @@ -130,12 +140,12 @@ function Version(): JSX.Element { {version.label} - + - + @@ -145,12 +155,12 @@ function Version(): JSX.Element { {versionName} - + - + @@ -170,7 +180,7 @@ function Version(): JSX.Element { 1.x - +