mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 03:05:19 -04:00
Fix icon position in application loading screen
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
1937fe2418
commit
773fc60f07
2 changed files with 2 additions and 7 deletions
|
@ -10,7 +10,7 @@ export interface LoadingScreenProps {
|
|||
export const LoadingScreen: React.FC<LoadingScreenProps> = ({ failedTitle }) => {
|
||||
return (
|
||||
<div className="loader middle text-white">
|
||||
<div className="icon text-white">
|
||||
<div className="mb-3 text-white">
|
||||
<ForkAwesomeIcon icon="file-text" size="5x"
|
||||
className={failedTitle ? 'animation-shake' : 'animation-pulse'}/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue