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)}