From 1ec368eae7a89320425bd14de969b46fa3d8a991 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 6 Sep 2024 07:55:57 +0300 Subject: [PATCH] minor fixes --- public/icons/ediitor-bold.svg | 11 ----------- src/components/Views/ConnectView.tsx | 3 +-- src/components/Views/Profile/ProfileSettings.tsx | 6 +++--- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 public/icons/ediitor-bold.svg diff --git a/public/icons/ediitor-bold.svg b/public/icons/ediitor-bold.svg deleted file mode 100644 index 144d4ead..00000000 --- a/public/icons/ediitor-bold.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - diff --git a/src/components/Views/ConnectView.tsx b/src/components/Views/ConnectView.tsx index 3aec4e40..0ed0a5af 100644 --- a/src/components/Views/ConnectView.tsx +++ b/src/components/Views/ConnectView.tsx @@ -1,5 +1,4 @@ -import { createSignal } from 'solid-js' -import { Show } from 'solid-js/web' +import { Show, createSignal } from 'solid-js' import { useLocalize } from '~/context/localize' export const ConnectView = () => { diff --git a/src/components/Views/Profile/ProfileSettings.tsx b/src/components/Views/Profile/ProfileSettings.tsx index 8b049d5e..e5f7715f 100644 --- a/src/components/Views/Profile/ProfileSettings.tsx +++ b/src/components/Views/Profile/ProfileSettings.tsx @@ -339,15 +339,15 @@ export const ProfileSettings = () => { maxLength={120} /> -

{t('About the author')}

+

{t('About')}

updateFormField('about', value)}