Changed button text on Select calendars modal (#535)

This commit is contained in:
Bennet Robin Fabian 2021-08-27 23:13:27 +02:00 committed by GitHub
parent 252179f3be
commit 5c1d46aa25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ export default function Home({ integrations }: Props) {
</div> </div>
<div className="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse"> <div className="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse">
<DialogClose as="button" className="btn btn-white mx-2"> <DialogClose as="button" className="btn btn-white mx-2">
Cancel Confirm
</DialogClose> </DialogClose>
</div> </div>
</DialogContent> </DialogContent>