diff --git a/components/about/UpdatesPage/index.tsx b/components/about/UpdatesPage/index.tsx index e7541838..a763bb1d 100644 --- a/components/about/UpdatesPage/index.tsx +++ b/components/about/UpdatesPage/index.tsx @@ -3,6 +3,8 @@ import { useTranslation } from 'next-i18next' import classNames from 'classnames' import ContentUpdate from '~components/about/ContentUpdate' +import LinkItem from '../LinkItem' +import DiscordIcon from '~public/icons/discord.svg' import styles from './index.module.scss' @@ -79,6 +81,19 @@ const UpdatesPage = () => {

{updates('labels.features')}

+
+ {updates('versions.1.2.0.notes') + .split('\n') + .map((item) => ( +

{item}

+ ))} + } + /> +