diff --git a/src/app/templates/About/About.tsx b/src/app/templates/About/About.tsx index 7c14eac0f..7ddd8d94a 100644 --- a/src/app/templates/About/About.tsx +++ b/src/app/templates/About/About.tsx @@ -2,7 +2,7 @@ import React, { memo } from 'react'; import { VerticalLines } from 'app/atoms/Lines'; import { Logo } from 'app/atoms/Logo'; -import { SettingsCell } from 'app/atoms/SettingsCell'; +import { SettingsCellSingle } from 'app/atoms/SettingsCell'; import { SettingsCellGroup } from 'app/atoms/SettingsCellGroup'; import { ReactComponent as DiscordIcon } from 'app/icons/monochrome/discord.svg'; import { ReactComponent as KnowledgeBaseIcon } from 'app/icons/monochrome/knowledge-base.svg'; @@ -93,7 +93,7 @@ export const About = memo(() => { return (
- (({ item, isLast }) => { const { Icon, key, link, testID } = item; return ( - } cellName={t(key)} @@ -30,6 +30,6 @@ export const LinksGroupItem = memo(({ item, isLast }) => { testID={testID} > - + ); });