Remove spaces from Sent message

This commit is contained in:
Tanner Collin 2022-07-12 03:46:28 +00:00
parent d380b34336
commit a9a3591c47

View File

@ -486,7 +486,7 @@ export function ICalButtons(props) {
return ( return (
<> <>
{success ? {success ?
<span>&nbsp;&nbsp;Sent!</span> <span>Sent!</span>
: :
<Button.Group> <Button.Group>
<Button <Button