Remove placeholder text that was showing up on loading page

This commit is contained in:
Jackson Harper
2022-10-18 13:56:31 +08:00
parent 1e4b499c40
commit 14505ef172

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>