mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1330 from omnivore-app/fix/loading-typo
Remove placeholder text that was showing up on loading page
This commit is contained in:
commit
359ae08c92
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export function Loader(): JSX.Element {
|
|||
'&:after': {
|
||||
width: '10px',
|
||||
display: 'inline-block',
|
||||
content: 'test',
|
||||
content: '',
|
||||
animation: `${breathe} steps(1,end) 2s infinite`,
|
||||
},
|
||||
}}>Saving Link</StyledText>
|
||||
|
|
|
|||
Loading…
Reference in a new issue