Skip to content

Commit

Permalink
links dont break and i dont know how to make them
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Sep 13, 2023
1 parent 71cee16 commit 7880f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/profile/components/Settings/Calendar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Calendar: FC = () => {

const copyToClipboard = useCallback(() => {
navigator.clipboard.writeText(calendarLink);
displayMessage('Copied to clipboard');
displayMessage('Kopierte kalender-link til utklippstavlen');
}, [calendarLink]);

useEffect(() => {
Expand All @@ -50,7 +50,7 @@ const Calendar: FC = () => {
) : (
<div>
<Card className={style.mailCard} onClick={copyToClipboard}>
<span>{calendarLink}</span>
Kopier kalender-link
<Icon name="copy" />
</Card>
<div className={style.gcal}>
Expand Down

0 comments on commit 7880f35

Please sign in to comment.