Changed button text on Select calendars modal (#535)
This commit is contained in:
parent
252179f3be
commit
5c1d46aa25
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue