Skip to content

Commit

Permalink
Fixed onboarding link opening within application window
Browse files Browse the repository at this point in the history
  • Loading branch information
uhuruhashimoto committed Mar 2, 2023
1 parent 44aa6b3 commit d53e62e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/pages/SerialConnectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,13 @@ const SerialConnectPage = ({ unmountSelf }: IOnboardPageProps) => {
<h1 className="text-base leading-6 font-normal text-gray-500 pl-40 pr-40 text-center">
Connect a supported Meshtastic radio to your computer via USB
Serial. For more detailed instructions,{" "}
<a
href="https://meshtastic.org/docs/introduction"
<button
type="button"
onClick={() => void open("https://meshtastic.org/docs/introduction")}
className="hover:cursor-pointer hover:text-gray-600 underline"
>
click here
</a>
</button>
.
</h1>
</div>
Expand Down

0 comments on commit d53e62e

Please sign in to comment.