diff --git a/src/components/autosuggest-input.tsx b/src/components/autosuggest-input.tsx index b72d791cc..7628a29a1 100644 --- a/src/components/autosuggest-input.tsx +++ b/src/components/autosuggest-input.tsx @@ -233,7 +233,7 @@ export default class AutosuggestInput extends PureComponent { } return menu.map((item, i) => ( - { }; const renderAccount = (account: AccountEntity) => ( - -
- -
-
+ + + ); useEffect(() => { diff --git a/src/features/about/index.tsx b/src/features/about/index.tsx index 03c1994a1..1a2ad7077 100644 --- a/src/features/about/index.tsx +++ b/src/features/about/index.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from 'react'; import { FormattedMessage } from 'react-intl'; -import { useParams } from 'react-router-dom'; +import { Link, useParams } from 'react-router-dom'; import { fetchAboutPage } from 'soapbox/actions/about.ts'; import { Navlinks } from 'soapbox/components/navlinks.tsx'; @@ -44,18 +44,22 @@ const AboutPage: React.FC = () => { {' '} {/* eslint-disable-line formatjs/no-literal-string-in-jsx */}