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:
Jackson Harper
2022-10-18 16:00:11 +08:00
committed by GitHub

View File

@ -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>