Skip to content

Commit

Permalink
chore: Tweaks to wording on unsupported browsers. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Oct 16, 2024
1 parent 957aabe commit d53fb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ function noTransportsOptionsPrompt() {
return (
<div className="m-4 flex flex-col gap-2">
<p>
Your browser is not supported. ZMK Studio uses{" "}
Your browser is not supported. ZMK Studio uses either{" "}
<ExternalLink href="https://caniuse.com/web-serial">
Web Serial
</ExternalLink>{" "}
and{" "}
or{" "}
<ExternalLink href="https://caniuse.com/web-bluetooth">
Web Bluetooth
</ExternalLink>{" "}
Expand Down

0 comments on commit d53fb60

Please sign in to comment.