mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 16:54:11 -04:00
fix: add translation for app logo title (#1733)
* fix: add translation for app logo title fixes #1724 Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
194183a7eb
commit
9fe47b7db0
10 changed files with 55 additions and 56 deletions
|
@ -30,7 +30,7 @@ import { Logger } from '../../utils/logger'
|
|||
import { NoteType } from '../../redux/note-details/types/note-details'
|
||||
import type { NextPage } from 'next'
|
||||
import { isClientSideRendering } from '../../utils/is-client-side-rendering'
|
||||
import { LoadingScreen } from '../../components/application-loader/loading-screen'
|
||||
import { LoadingScreen } from '../../components/application-loader/loading-screen/loading-screen'
|
||||
import { NoteAndAppTitleHead } from '../../components/layout/note-and-app-title-head'
|
||||
|
||||
const EditorPane = React.lazy(() => import('../../components/editor-page/editor-pane/editor-pane'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue