mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-08 02:15:02 -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
|
@ -7,7 +7,7 @@
|
|||
import React, { Suspense } from 'react'
|
||||
import { useBackendBaseUrl } from '../../hooks/common/use-backend-base-url'
|
||||
import { createSetUpTaskList } from './initializers'
|
||||
import { LoadingScreen } from './loading-screen'
|
||||
import { LoadingScreen } from './loading-screen/loading-screen'
|
||||
import { useCustomizeAssetsUrl } from '../../hooks/common/use-customize-assets-url'
|
||||
import { Logger } from '../../utils/logger'
|
||||
import { useAsync } from 'react-use'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue