Skip to content

Commit

Permalink
Update components.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolatemintt1 authored Oct 20, 2024
1 parent 067a443 commit 04c07d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function createCalendarEvent(eventDetails) {
.then(writable => writable.write(blob).then(() => writable.close()))
.then(() => ({
success: true,
message: "Calendar event file saved sweetiepie!"
message: "Calendar event file saved sweetiepie! Open that file to save to your calendar app 😉"
}))
.catch(() => {
// Fallback to traditional download if user cancels File System Access
Expand Down

0 comments on commit 04c07d3

Please sign in to comment.