Skip to content

Commit

Permalink
fix: asyncapi#3500 Update default text for buttons of google calendar…
Browse files Browse the repository at this point in the history
… and ICS file
  • Loading branch information
Utkarsh-123github committed Dec 21, 2024
1 parent 72c8dd8 commit 4221f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/buttons/GoogleCalendarButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface IGoogleCalendarButtonProps extends IButtonDefaultProps {}
* @param {string} props.className - The class name to be applied to the button.
*/
export default function GoogleCalendarButton({
text = 'googleCalendarBtn',
text = 'Add to Google Calendar',
href,
target = '_blank',
iconPosition = ButtonIconPosition.LEFT,
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/ICSFileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface IICSFButtonProps extends IButtonDefaultProps {}
* @param {string} props.className - The class name to be applied to the button.
*/
export default function ICSFButton({
text = 'icsFileBtn',
text = 'Download ICS File',
href,
target = '_blank',
iconPosition = ButtonIconPosition.LEFT,
Expand Down

0 comments on commit 4221f49

Please sign in to comment.