Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

href: replace mailto by string #239

Merged
merged 3 commits into from Mar 4, 2024
Merged

href: replace mailto by string #239

merged 3 commits into from Mar 4, 2024

Conversation

ddecrulle
Copy link
Collaborator

No description provided.

src/link.tsx Outdated Show resolved Hide resolved
src/link.tsx Outdated Show resolved Hide resolved
src/link.tsx Outdated
| `//${string}`
| `https://${string}`
| `http://${string}`
| `#${string}`;
| `#${string}`
| string; // to handle mailto:mail@domain.fr or tel:0123456789 ...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forget about the comment, I'll write it later, just use string all other types are swalowed anyway.

href: string;

@garronej garronej merged commit 9ae9cc5 into main Mar 4, 2024
6 checks passed
@garronej garronej deleted the href-external-actions branch March 4, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants