Skip to content

Commit

Permalink
Update apps/antalmanac/src/components/AppBar/Exports/ExportCalendar.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wu <[email protected]>
  • Loading branch information
EricPedley and KevinWu098 authored Sep 27, 2023
1 parent 34b50bc commit 8792617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Download } from '@mui/icons-material';
import { exportCalendar } from '$lib/download';

const ExportCalendarButton = () => (
<Tooltip title="Download Calendar as an .ics file. You can import tis file to Google or Apple calendars.">
<Tooltip title="Download Calendar as a .ics file. You can import this file to Google or Apple calendars.">
<Button onClick={exportCalendar} variant="outlined" size="small" startIcon={<Download fontSize="small" />}>
Download
</Button>
Expand Down

0 comments on commit 8792617

Please sign in to comment.